Html Css Color HEX #D99B16 Gamboge

📋 copy color: '#D99B16'

red 217 ◦ green 155 ◦ blue 22

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

Shades of Gamboge #D99B16

Tints of Gamboge #D99B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 22 (8.98% from 255) = 5.58%

R = 55.08%
G = 39.34%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99B16 (or 0xD99B16) is known color: Gamboge. HEX triplet: D9, 9B and 16. RGB value is (217,155,22). Sum of RGB (Red+Green+Blue) = 217+155+22=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99B16 is #2664E9. Grayscale: #9E9E9E. Windows color (decimal): -2516202 or 1481689. OLE color: 1481689.

HSL color Cylindrical-coordinate representation of color #D99B16: hue angle of 40.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D99B16 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 155 22 -
CMYK 0 0.29 0.90 0.15
HSL 40.92º 0.82% 0.47% -
HSV(B) 40.92º 0.9% 0.85% -
XYZ 40.48 38.25 6.01 -
YUV 158.38 51.04 169.81 -
System Red Green Blue C M Y K H S L
Decimal 217 155 22 0 0.29 0.90 0.15 40.92 0.82 0.47
Hex D9 9B 16 0 1D 5A F 29 52 2F
Octal 331 233 26 0 35 132 17 51 122 57
Binary 11011001 10011011 10110 0 11101 1011010 1111 101001 1010010 101111

Color Harmonies of #D99B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B16

Black with #D99B16

Text Example


Text Example

White with #D99B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B16; }

 p { color: rgb(217,155,22); }

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

background-color css

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

 a { background-color: rgb(217,155,22); }

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

border-color css

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

 span { border-color: rgb(217,155,22); }

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