Html Css Color HEX #D39008 Gamboge

📋 copy color: '#D39008'

red 211 ◦ green 144 ◦ blue 8

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

Shades of Gamboge #D39008

Tints of Gamboge #D39008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

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

R = 58.13%
G = 39.67%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D39008 (or 0xD39008) is known color: Gamboge. HEX triplet: D3, 90 and 08. RGB value is (211,144,8). Sum of RGB (Red+Green+Blue) = 211+144+8=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D39008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39008 is #2C6FF7. Grayscale: #959595. Windows color (decimal): -2912248 or 561363. OLE color: 561363.

HSL color Cylindrical-coordinate representation of color #D39008: hue angle of 40.2º 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 #D39008 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 144 8 -
CMYK 0 0.32 0.96 0.17
HSL 40.2º 0.93% 0.43% -
HSV(B) 40.2º 0.96% 0.83% -
XYZ 36.88 33.81 4.81 -
YUV 148.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 211 144 8 0 0.32 0.96 0.17 40.2 0.93 0.43
Hex D3 90 8 0 20 60 11 28 5D 2B
Octal 323 220 10 0 40 140 21 50 135 53
Binary 11010011 10010000 1000 0 100000 1100000 10001 101000 1011101 101011

Color Harmonies of #D39008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39008

Black with #D39008

Text Example


Text Example

White with #D39008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39008; }

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

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

background-color css

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

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

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

border-color css

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

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

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