Html Css Color HEX #D99D15 Gamboge

📋 copy color: '#D99D15'

red 217 ◦ green 157 ◦ blue 21

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

Shades of Gamboge #D99D15

Tints of Gamboge #D99D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.32%

R = 54.94%
G = 39.75%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99D15 (or 0xD99D15) is known color: Gamboge. HEX triplet: D9, 9D and 15. RGB value is (217,157,21). Sum of RGB (Red+Green+Blue) = 217+157+21=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D15 is #2662EA. Grayscale: #A0A0A0. Windows color (decimal): -2515691 or 1416665. OLE color: 1416665.

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

Color convert

RGB 217 157 21 -
CMYK 0 0.28 0.90 0.15
HSL 41.63º 0.82% 0.47% -
HSV(B) 41.63º 0.9% 0.85% -
XYZ 40.81 38.92 6.07 -
YUV 159.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 217 157 21 0 0.28 0.90 0.15 41.63 0.82 0.47
Hex D9 9D 15 0 1C 5A F 2A 52 2F
Octal 331 235 25 0 34 132 17 52 122 57
Binary 11011001 10011101 10101 0 11100 1011010 1111 101010 1010010 101111

Color Harmonies of #D99D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D15

Black with #D99D15

Text Example


Text Example

White with #D99D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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