Html Css Color HEX #D99008 Gamboge

📋 copy color: '#D99008'

red 217 ◦ green 144 ◦ blue 8

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

Shades of Gamboge #D99008

Tints of Gamboge #D99008

RGB

 RED value IS 217 (85.16% from 255) = 58.81%

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

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

R = 58.81%
G = 39.02%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D99008 (or 0xD99008) is known color: Gamboge. HEX triplet: D9, 90 and 08. RGB value is (217,144,8). Sum of RGB (Red+Green+Blue) = 217+144+8=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D99008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99008 is #266FF7. Grayscale: #969696. Windows color (decimal): -2519032 or 561369. OLE color: 561369.

HSL color Cylindrical-coordinate representation of color #D99008: hue angle of 39.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D99008 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 8 -
CMYK 0 0.34 0.96 0.15
HSL 39.04º 0.93% 0.44% -
HSV(B) 39.04º 0.96% 0.85% -
XYZ 38.63 34.72 4.89 -
YUV 150.32 47.68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 217 144 8 0 0.34 0.96 0.15 39.04 0.93 0.44
Hex D9 90 8 0 22 60 F 27 5D 2C
Octal 331 220 10 0 42 140 17 47 135 54
Binary 11011001 10010000 1000 0 100010 1100000 1111 100111 1011101 101100

Color Harmonies of #D99008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99008

Black with #D99008

Text Example


Text Example

White with #D99008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99008; }

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

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

background-color css

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

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

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

border-color css

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

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

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