Html Css Color HEX #D99D06 Gamboge

📋 copy color: '#D99D06'

red 217 ◦ green 157 ◦ blue 6

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

Shades of Gamboge #D99D06

Tints of Gamboge #D99D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 57.11%
G = 41.32%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D99D06 (or 0xD99D06) is known color: Gamboge. HEX triplet: D9, 9D and 06. RGB value is (217,157,6). Sum of RGB (Red+Green+Blue) = 217+157+6=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D06 is #2662F9. Grayscale: #9E9E9E. Windows color (decimal): -2515706 or 433625. OLE color: 433625.

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

Color convert

RGB 217 157 6 -
CMYK 0 0.28 0.97 0.15
HSL 42.94º 0.95% 0.44% -
HSV(B) 42.94º 0.97% 0.85% -
XYZ 40.71 38.88 5.53 -
YUV 157.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 217 157 6 0 0.28 0.97 0.15 42.94 0.95 0.44
Hex D9 9D 6 0 1C 61 F 2B 5F 2C
Octal 331 235 6 0 34 141 17 53 137 54
Binary 11011001 10011101 110 0 11100 1100001 1111 101011 1011111 101100

Color Harmonies of #D99D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D06

Black with #D99D06

Text Example


Text Example

White with #D99D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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