Html Css Color HEX #D99318 Gamboge

📋 copy color: '#D99318'

red 217 ◦ green 147 ◦ blue 24

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

Shades of Gamboge #D99318

Tints of Gamboge #D99318

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

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

R = 55.93%
G = 37.89%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D99318 (or 0xD99318) is known color: Gamboge. HEX triplet: D9, 93 and 18. RGB value is (217,147,24). Sum of RGB (Red+Green+Blue) = 217+147+24=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D99318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99318 is #266CE7. Grayscale: #9A9A9A. Windows color (decimal): -2518248 or 1610713. OLE color: 1610713.

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

Color convert

RGB 217 147 24 -
CMYK 0 0.32 0.89 0.15
HSL 38.24º 0.8% 0.47% -
HSV(B) 38.24º 0.89% 0.85% -
XYZ 39.21 35.69 5.69 -
YUV 153.91 54.69 173 -
System Red Green Blue C M Y K H S L
Decimal 217 147 24 0 0.32 0.89 0.15 38.24 0.8 0.47
Hex D9 93 18 0 20 59 F 26 50 2F
Octal 331 223 30 0 40 131 17 46 120 57
Binary 11011001 10010011 11000 0 100000 1011001 1111 100110 1010000 101111

Color Harmonies of #D99318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99318

Black with #D99318

Text Example


Text Example

White with #D99318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99318; }

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

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

background-color css

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

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

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

border-color css

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

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

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