Html Css Color HEX #D2A20D Gamboge

📋 copy color: '#D2A20D'

red 210 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #D2A20D

Tints of Gamboge #D2A20D

RGB

 RED value IS 210 (82.42% from 255) = 54.55%

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

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

R = 54.55%
G = 42.08%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2A20D (or 0xD2A20D) is known color: Gamboge. HEX triplet: D2, A2 and 0D. RGB value is (210,162,13). Sum of RGB (Red+Green+Blue) = 210+162+13=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A20D is #2D5DF2. Grayscale: #A0A0A0. Windows color (decimal): -2973171 or 893650. OLE color: 893650.

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

Color convert

RGB 210 162 13 -
CMYK 0 0.23 0.94 0.18
HSL 45.38º 0.88% 0.44% -
HSV(B) 45.38º 0.94% 0.82% -
XYZ 39.57 39.57 5.93 -
YUV 159.37 45.4 164.12 -
System Red Green Blue C M Y K H S L
Decimal 210 162 13 0 0.23 0.94 0.18 45.38 0.88 0.44
Hex D2 A2 D 0 17 5E 12 2D 58 2C
Octal 322 242 15 0 27 136 22 55 130 54
Binary 11010010 10100010 1101 0 10111 1011110 10010 101101 1011000 101100

Color Harmonies of #D2A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A20D

Black with #D2A20D

Text Example


Text Example

White with #D2A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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