Html Css Color HEX #D99D08 Gamboge

📋 copy color: '#D99D08'

red 217 ◦ green 157 ◦ blue 8

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

Shades of Gamboge #D99D08

Tints of Gamboge #D99D08

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.1%

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

R = 56.81%
G = 41.1%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D99D08 (or 0xD99D08) is known color: Gamboge. HEX triplet: D9, 9D and 08. RGB value is (217,157,8). Sum of RGB (Red+Green+Blue) = 217+157+8=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D08 is #2662F7. Grayscale: #9E9E9E. Windows color (decimal): -2515704 or 564697. OLE color: 564697.

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

Color convert

RGB 217 157 8 -
CMYK 0 0.28 0.96 0.15
HSL 42.78º 0.93% 0.44% -
HSV(B) 42.78º 0.96% 0.85% -
XYZ 40.72 38.88 5.59 -
YUV 157.95 43.38 170.12 -
System Red Green Blue C M Y K H S L
Decimal 217 157 8 0 0.28 0.96 0.15 42.78 0.93 0.44
Hex D9 9D 8 0 1C 60 F 2B 5D 2C
Octal 331 235 10 0 34 140 17 53 135 54
Binary 11011001 10011101 1000 0 11100 1100000 1111 101011 1011101 101100

Color Harmonies of #D99D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D08

Black with #D99D08

Text Example


Text Example

White with #D99D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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