Html Css Color HEX #D99808 Gamboge

📋 copy color: '#D99808'

red 217 ◦ green 152 ◦ blue 8

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

Shades of Gamboge #D99808

Tints of Gamboge #D99808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 57.56%
G = 40.32%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D99808 (or 0xD99808) is known color: Gamboge. HEX triplet: D9, 98 and 08. RGB value is (217,152,8). Sum of RGB (Red+Green+Blue) = 217+152+8=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D99808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99808 is #2667F7. Grayscale: #9B9B9B. Windows color (decimal): -2516984 or 563417. OLE color: 563417.

HSL color Cylindrical-coordinate representation of color #D99808: hue angle of 41.34º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D99808 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 8 -
CMYK 0 0.30 0.96 0.15
HSL 41.34º 0.93% 0.44% -
HSV(B) 41.34º 0.96% 0.85% -
XYZ 39.89 37.23 5.31 -
YUV 155.02 45.03 172.21 -
System Red Green Blue C M Y K H S L
Decimal 217 152 8 0 0.30 0.96 0.15 41.34 0.93 0.44
Hex D9 98 8 0 1E 60 F 29 5D 2C
Octal 331 230 10 0 36 140 17 51 135 54
Binary 11011001 10011000 1000 0 11110 1100000 1111 101001 1011101 101100

Color Harmonies of #D99808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99808

Black with #D99808

Text Example


Text Example

White with #D99808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99808; }

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

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

background-color css

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

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

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

border-color css

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

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

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