Html Css Color HEX #D99C08 Gamboge

📋 copy color: '#D99C08'

red 217 ◦ green 156 ◦ blue 8

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

Shades of Gamboge #D99C08

Tints of Gamboge #D99C08

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

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

R = 56.96%
G = 40.94%
B = 2.1%

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

#D99C08 (or 0xD99C08) is known color: Gamboge. HEX triplet: D9, 9C and 08. RGB value is (217,156,8). Sum of RGB (Red+Green+Blue) = 217+156+8=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99C08 is #2663F7. Grayscale: #9E9E9E. Windows color (decimal): -2515960 or 564441. OLE color: 564441.

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

Color convert

RGB 217 156 8 -
CMYK 0 0.28 0.96 0.15
HSL 42.49º 0.93% 0.44% -
HSV(B) 42.49º 0.96% 0.85% -
XYZ 40.55 38.55 5.53 -
YUV 157.37 43.71 170.53 -
System Red Green Blue C M Y K H S L
Decimal 217 156 8 0 0.28 0.96 0.15 42.49 0.93 0.44
Hex D9 9C 8 0 1C 60 F 2A 5D 2C
Octal 331 234 10 0 34 140 17 52 135 54
Binary 11011001 10011100 1000 0 11100 1100000 1111 101010 1011101 101100

Color Harmonies of #D99C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C08

Black with #D99C08

Text Example


Text Example

White with #D99C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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