Html Css Color HEX #D99C09 Gamboge

📋 copy color: '#D99C09'

red 217 ◦ green 156 ◦ blue 9

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

Shades of Gamboge #D99C09

Tints of Gamboge #D99C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 56.81%
G = 40.84%
B = 2.36%

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

#D99C09 (or 0xD99C09) is known color: Gamboge. HEX triplet: D9, 9C and 09. RGB value is (217,156,9). Sum of RGB (Red+Green+Blue) = 217+156+9=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99C09 is #2663F6. Grayscale: #9E9E9E. Windows color (decimal): -2515959 or 629977. OLE color: 629977.

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

Color convert

RGB 217 156 9 -
CMYK 0 0.28 0.96 0.15
HSL 42.4º 0.92% 0.44% -
HSV(B) 42.4º 0.96% 0.85% -
XYZ 40.55 38.55 5.56 -
YUV 157.48 44.21 170.45 -
System Red Green Blue C M Y K H S L
Decimal 217 156 9 0 0.28 0.96 0.15 42.4 0.92 0.44
Hex D9 9C 9 0 1C 60 F 2A 5C 2C
Octal 331 234 11 0 34 140 17 52 134 54
Binary 11011001 10011100 1001 0 11100 1100000 1111 101010 1011100 101100

Color Harmonies of #D99C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C09

Black with #D99C09

Text Example


Text Example

White with #D99C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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