Html Css Color HEX #D99D07 Gamboge

📋 copy color: '#D99D07'

red 217 ◦ green 157 ◦ blue 7

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

Shades of Gamboge #D99D07

Tints of Gamboge #D99D07

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.21%

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

R = 56.96%
G = 41.21%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D99D07 (or 0xD99D07) is known color: Gamboge. HEX triplet: D9, 9D and 07. RGB value is (217,157,7). Sum of RGB (Red+Green+Blue) = 217+157+7=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D07 is #2662F8. Grayscale: #9E9E9E. Windows color (decimal): -2515705 or 499161. OLE color: 499161.

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

Color convert

RGB 217 157 7 -
CMYK 0 0.28 0.97 0.15
HSL 42.86º 0.94% 0.44% -
HSV(B) 42.86º 0.97% 0.85% -
XYZ 40.71 38.88 5.56 -
YUV 157.84 42.88 170.2 -
System Red Green Blue C M Y K H S L
Decimal 217 157 7 0 0.28 0.97 0.15 42.86 0.94 0.44
Hex D9 9D 7 0 1C 61 F 2B 5E 2C
Octal 331 235 7 0 34 141 17 53 136 54
Binary 11011001 10011101 111 0 11100 1100001 1111 101011 1011110 101100

Color Harmonies of #D99D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D07

Black with #D99D07

Text Example


Text Example

White with #D99D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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