Html Css Color HEX #D2A010 Gamboge

📋 copy color: '#D2A010'

red 210 ◦ green 160 ◦ blue 16

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

Shades of Gamboge #D2A010

Tints of Gamboge #D2A010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.45%

 BLUE value IS 16 (6.64% from 255) = 4.15%

R = 54.4%
G = 41.45%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2A010 (or 0xD2A010) is known color: Gamboge. HEX triplet: D2, A0 and 10. RGB value is (210,160,16). Sum of RGB (Red+Green+Blue) = 210+160+16=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A010 is #2D5FEF. Grayscale: #9F9F9F. Windows color (decimal): -2973680 or 1089746. OLE color: 1089746.

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

Color convert

RGB 210 160 16 -
CMYK 0 0.24 0.92 0.18
HSL 44.54º 0.86% 0.44% -
HSV(B) 44.54º 0.92% 0.82% -
XYZ 39.24 38.88 5.93 -
YUV 158.53 47.57 164.71 -
System Red Green Blue C M Y K H S L
Decimal 210 160 16 0 0.24 0.92 0.18 44.54 0.86 0.44
Hex D2 A0 10 0 18 5C 12 2D 56 2C
Octal 322 240 20 0 30 134 22 55 126 54
Binary 11010010 10100000 10000 0 11000 1011100 10010 101101 1010110 101100

Color Harmonies of #D2A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A010

Black with #D2A010

Text Example


Text Example

White with #D2A010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A010; }

 p { color: rgb(210,160,16); }

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

background-color css

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

 a { background-color: rgb(210,160,16); }

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

border-color css

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

 span { border-color: rgb(210,160,16); }

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