Html Css Color HEX #D9A20E Gamboge

📋 copy color: '#D9A20E'

red 217 ◦ green 162 ◦ blue 14

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

Shades of Gamboge #D9A20E

Tints of Gamboge #D9A20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.22%

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

R = 55.22%
G = 41.22%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9A20E (or 0xD9A20E) is known color: Gamboge. HEX triplet: D9, A2 and 0E. RGB value is (217,162,14). Sum of RGB (Red+Green+Blue) = 217+162+14=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A20E is #265DF1. Grayscale: #A2A2A2. Windows color (decimal): -2514418 or 959193. OLE color: 959193.

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

Color convert

RGB 217 162 14 -
CMYK 0 0.25 0.94 0.15
HSL 43.74º 0.88% 0.45% -
HSV(B) 43.74º 0.94% 0.85% -
XYZ 41.61 40.62 6.06 -
YUV 161.57 44.72 167.53 -
System Red Green Blue C M Y K H S L
Decimal 217 162 14 0 0.25 0.94 0.15 43.74 0.88 0.45
Hex D9 A2 E 0 19 5E F 2C 58 2D
Octal 331 242 16 0 31 136 17 54 130 55
Binary 11011001 10100010 1110 0 11001 1011110 1111 101100 1011000 101101

Color Harmonies of #D9A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A20E

Black with #D9A20E

Text Example


Text Example

White with #D9A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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