Html Css Color HEX #D99C18 Gamboge

📋 copy color: '#D99C18'

red 217 ◦ green 156 ◦ blue 24

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

Shades of Gamboge #D99C18

Tints of Gamboge #D99C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 54.66%
G = 39.29%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D99C18 (or 0xD99C18) is known color: Gamboge. HEX triplet: D9, 9C and 18. RGB value is (217,156,24). Sum of RGB (Red+Green+Blue) = 217+156+24=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99C18 is #2663E7. Grayscale: #9F9F9F. Windows color (decimal): -2515944 or 1613017. OLE color: 1613017.

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

Color convert

RGB 217 156 24 -
CMYK 0 0.28 0.89 0.15
HSL 41.04º 0.8% 0.47% -
HSV(B) 41.04º 0.89% 0.85% -
XYZ 40.67 38.59 6.17 -
YUV 159.19 51.71 169.23 -
System Red Green Blue C M Y K H S L
Decimal 217 156 24 0 0.28 0.89 0.15 41.04 0.8 0.47
Hex D9 9C 18 0 1C 59 F 29 50 2F
Octal 331 234 30 0 34 131 17 51 120 57
Binary 11011001 10011100 11000 0 11100 1011001 1111 101001 1010000 101111

Color Harmonies of #D99C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C18

Black with #D99C18

Text Example


Text Example

White with #D99C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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