Html Css Color HEX #D1A20D Gamboge

📋 copy color: '#D1A20D'

red 209 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #D1A20D

Tints of Gamboge #D1A20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 54.43%
G = 42.19%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1A20D (or 0xD1A20D) is known color: Gamboge. HEX triplet: D1, A2 and 0D. RGB value is (209,162,13). Sum of RGB (Red+Green+Blue) = 209+162+13=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A20D is #2E5DF2. Grayscale: #9F9F9F. Windows color (decimal): -3038707 or 893649. OLE color: 893649.

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

Color convert

RGB 209 162 13 -
CMYK 0 0.22 0.94 0.18
HSL 45.61º 0.88% 0.44% -
HSV(B) 45.61º 0.94% 0.82% -
XYZ 39.29 39.43 5.92 -
YUV 159.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 209 162 13 0 0.22 0.94 0.18 45.61 0.88 0.44
Hex D1 A2 D 0 16 5E 12 2E 58 2C
Octal 321 242 15 0 26 136 22 56 130 54
Binary 11010001 10100010 1101 0 10110 1011110 10010 101110 1011000 101100

Color Harmonies of #D1A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A20D

Black with #D1A20D

Text Example


Text Example

White with #D1A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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