Html Css Color HEX #D99D0E Gamboge

📋 copy color: '#D99D0E'

red 217 ◦ green 157 ◦ blue 14

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

Shades of Gamboge #D99D0E

Tints of Gamboge #D99D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.61%

R = 55.93%
G = 40.46%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D99D0E (or 0xD99D0E) is known color: Gamboge. HEX triplet: D9, 9D and 0E. RGB value is (217,157,14). Sum of RGB (Red+Green+Blue) = 217+157+14=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D0E is #2662F1. Grayscale: #9F9F9F. Windows color (decimal): -2515698 or 957913. OLE color: 957913.

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

Color convert

RGB 217 157 14 -
CMYK 0 0.28 0.94 0.15
HSL 42.27º 0.88% 0.45% -
HSV(B) 42.27º 0.94% 0.85% -
XYZ 40.75 38.9 5.78 -
YUV 158.64 46.38 169.63 -
System Red Green Blue C M Y K H S L
Decimal 217 157 14 0 0.28 0.94 0.15 42.27 0.88 0.45
Hex D9 9D E 0 1C 5E F 2A 58 2D
Octal 331 235 16 0 34 136 17 52 130 55
Binary 11011001 10011101 1110 0 11100 1011110 1111 101010 1011000 101101

Color Harmonies of #D99D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D0E

Black with #D99D0E

Text Example


Text Example

White with #D99D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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