Html Css Color HEX #D99A16 Gamboge

📋 copy color: '#D99A16'

red 217 ◦ green 154 ◦ blue 22

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

Shades of Gamboge #D99A16

Tints of Gamboge #D99A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

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

R = 55.22%
G = 39.19%
B = 5.6%

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

#D99A16 (or 0xD99A16) is known color: Gamboge. HEX triplet: D9, 9A and 16. RGB value is (217,154,22). Sum of RGB (Red+Green+Blue) = 217+154+22=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A16 is #2665E9. Grayscale: #9E9E9E. Windows color (decimal): -2516458 or 1481433. OLE color: 1481433.

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

Color convert

RGB 217 154 22 -
CMYK 0 0.29 0.90 0.15
HSL 40.62º 0.82% 0.47% -
HSV(B) 40.62º 0.9% 0.85% -
XYZ 40.32 37.92 5.95 -
YUV 157.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 217 154 22 0 0.29 0.90 0.15 40.62 0.82 0.47
Hex D9 9A 16 0 1D 5A F 29 52 2F
Octal 331 232 26 0 35 132 17 51 122 57
Binary 11011001 10011010 10110 0 11101 1011010 1111 101001 1010010 101111

Color Harmonies of #D99A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A16

Black with #D99A16

Text Example


Text Example

White with #D99A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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