Html Css Color HEX #D1A20E Gamboge

📋 copy color: '#D1A20E'

red 209 ◦ green 162 ◦ blue 14

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

Shades of Gamboge #D1A20E

Tints of Gamboge #D1A20E

RGB

 RED value IS 209 (82.03% from 255) = 54.29%

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

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

R = 54.29%
G = 42.08%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1A20E (or 0xD1A20E) is known color: Gamboge. HEX triplet: D1, A2 and 0E. RGB value is (209,162,14). Sum of RGB (Red+Green+Blue) = 209+162+14=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A20E is #2E5DF1. Grayscale: #9F9F9F. Windows color (decimal): -3038706 or 959185. OLE color: 959185.

HSL color Cylindrical-coordinate representation of color #D1A20E: hue angle of 45.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1A20E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 162 14 -
CMYK 0 0.22 0.93 0.18
HSL 45.54º 0.87% 0.44% -
HSV(B) 45.54º 0.93% 0.82% -
XYZ 39.29 39.43 5.95 -
YUV 159.18 46.07 163.53 -
System Red Green Blue C M Y K H S L
Decimal 209 162 14 0 0.22 0.93 0.18 45.54 0.87 0.44
Hex D1 A2 E 0 16 5D 12 2E 57 2C
Octal 321 242 16 0 26 135 22 56 127 54
Binary 11010001 10100010 1110 0 10110 1011101 10010 101110 1010111 101100

Color Harmonies of #D1A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A20E

Black with #D1A20E

Text Example


Text Example

White with #D1A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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