Html Css Color HEX #D99C05 Gamboge

📋 copy color: '#D99C05'

red 217 ◦ green 156 ◦ blue 5

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

Shades of Gamboge #D99C05

Tints of Gamboge #D99C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 57.41%
G = 41.27%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D99C05 (or 0xD99C05) is known color: Gamboge. HEX triplet: D9, 9C and 05. RGB value is (217,156,5). Sum of RGB (Red+Green+Blue) = 217+156+5=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99C05 is #2663FA. Grayscale: #9D9D9D. Windows color (decimal): -2515963 or 367833. OLE color: 367833.

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

Color convert

RGB 217 156 5 -
CMYK 0 0.28 0.98 0.15
HSL 42.74º 0.95% 0.44% -
HSV(B) 42.74º 0.98% 0.85% -
XYZ 40.53 38.54 5.45 -
YUV 157.03 42.21 170.78 -
System Red Green Blue C M Y K H S L
Decimal 217 156 5 0 0.28 0.98 0.15 42.74 0.95 0.44
Hex D9 9C 5 0 1C 62 F 2B 5F 2C
Octal 331 234 5 0 34 142 17 53 137 54
Binary 11011001 10011100 101 0 11100 1100010 1111 101011 1011111 101100

Color Harmonies of #D99C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C05

Black with #D99C05

Text Example


Text Example

White with #D99C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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