Html Css Color HEX #D39908 Gamboge

📋 copy color: '#D39908'

red 211 ◦ green 153 ◦ blue 8

#D39908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #D39908

Tints of Gamboge #D39908

RGB

 RED value IS 211 (82.81% from 255) = 56.72%

 GREEN value IS 153 (60.16% from 255) = 41.13%

 BLUE value IS 8 (3.52% from 255) = 2.15%

R = 56.72%
G = 41.13%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D39908 (or 0xD39908) is known color: Gamboge. HEX triplet: D3, 99 and 08. RGB value is (211,153,8). Sum of RGB (Red+Green+Blue) = 211+153+8=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D39908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39908 is #2C66F7. Grayscale: #9A9A9A. Windows color (decimal): -2909944 or 563667. OLE color: 563667.

HSL color Cylindrical-coordinate representation of color #D39908: hue angle of 42.86º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D39908 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 153 8 -
CMYK 0 0.27 0.96 0.17
HSL 42.86º 0.93% 0.43% -
HSV(B) 42.86º 0.96% 0.83% -
XYZ 38.3 36.65 5.29 -
YUV 153.81 45.72 168.79 -
System Red Green Blue C M Y K H S L
Decimal 211 153 8 0 0.27 0.96 0.17 42.86 0.93 0.43
Hex D3 99 8 0 1B 60 11 2B 5D 2B
Octal 323 231 10 0 33 140 21 53 135 53
Binary 11010011 10011001 1000 0 11011 1100000 10001 101011 1011101 101011

Color Harmonies of #D39908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39908

Black with #D39908

Text Example


Text Example

White with #D39908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39908; }

 p { color: rgb(211,153,8); }

 H1.HeaderClassName
 {
   color: #D39908;
 }
 .AnyTagClassName
 {
   color: #D39908;
 }
</style>

background-color css

<style>
 a { background-color: #D39908; }

 a { background-color: rgb(211,153,8); }

 div.DivClassName
 {
   background-color: #D39908;
 }
 .BgClassName
 {
   background-color: #D39908;
 }
</style>

border-color css

<style>
 span { border-color: #D39908; }

 span { border-color: rgb(211,153,8); }

 td.TdClassName
 {
   border-color: #D39908;
 }
 .TagClassName
 {
   border-color: #D39908;
 }
</style>