Html Css Color HEX #D99807 Gamboge

📋 copy color: '#D99807'

red 217 ◦ green 152 ◦ blue 7

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

Shades of Gamboge #D99807

Tints of Gamboge #D99807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 57.71%
G = 40.43%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D99807 (or 0xD99807) is known color: Gamboge. HEX triplet: D9, 98 and 07. RGB value is (217,152,7). Sum of RGB (Red+Green+Blue) = 217+152+7=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D99807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99807 is #2667F8. Grayscale: #9B9B9B. Windows color (decimal): -2516985 or 497881. OLE color: 497881.

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

Color convert

RGB 217 152 7 -
CMYK 0 0.30 0.97 0.15
HSL 41.43º 0.94% 0.44% -
HSV(B) 41.43º 0.97% 0.85% -
XYZ 39.88 37.22 5.28 -
YUV 154.91 44.53 172.29 -
System Red Green Blue C M Y K H S L
Decimal 217 152 7 0 0.30 0.97 0.15 41.43 0.94 0.44
Hex D9 98 7 0 1E 61 F 29 5E 2C
Octal 331 230 7 0 36 141 17 51 136 54
Binary 11011001 10011000 111 0 11110 1100001 1111 101001 1011110 101100

Color Harmonies of #D99807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99807

Black with #D99807

Text Example


Text Example

White with #D99807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99807; }

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

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

background-color css

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

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

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

border-color css

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

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

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