Html Css Color HEX #D99818 Gamboge

📋 copy color: '#D99818'

red 217 ◦ green 152 ◦ blue 24

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

Shades of Gamboge #D99818

Tints of Gamboge #D99818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

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

R = 55.22%
G = 38.68%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D99818 (or 0xD99818) is known color: Gamboge. HEX triplet: D9, 98 and 18. RGB value is (217,152,24). Sum of RGB (Red+Green+Blue) = 217+152+24=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D99818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99818 is #2667E7. Grayscale: #9D9D9D. Windows color (decimal): -2516968 or 1611993. OLE color: 1611993.

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

Color convert

RGB 217 152 24 -
CMYK 0 0.30 0.89 0.15
HSL 39.79º 0.8% 0.47% -
HSV(B) 39.79º 0.89% 0.85% -
XYZ 40.01 37.27 5.95 -
YUV 156.84 53.03 170.91 -
System Red Green Blue C M Y K H S L
Decimal 217 152 24 0 0.30 0.89 0.15 39.79 0.8 0.47
Hex D9 98 18 0 1E 59 F 28 50 2F
Octal 331 230 30 0 36 131 17 50 120 57
Binary 11011001 10011000 11000 0 11110 1011001 1111 101000 1010000 101111

Color Harmonies of #D99818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99818

Black with #D99818

Text Example


Text Example

White with #D99818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99818; }

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

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

background-color css

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

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

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

border-color css

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

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

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