Html Css Color HEX #D6A210 Gamboge

📋 copy color: '#D6A210'

red 214 ◦ green 162 ◦ blue 16

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

Shades of Gamboge #D6A210

Tints of Gamboge #D6A210

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

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

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

R = 54.59%
G = 41.33%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6A210 (or 0xD6A210) is known color: Gamboge. HEX triplet: D6, A2 and 10. RGB value is (214,162,16). Sum of RGB (Red+Green+Blue) = 214+162+16=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A210 is #295DEF. Grayscale: #A1A1A1. Windows color (decimal): -2711024 or 1090262. OLE color: 1090262.

HSL color Cylindrical-coordinate representation of color #D6A210: hue angle of 44.24º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6A210 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 162 16 -
CMYK 0 0.24 0.93 0.16
HSL 44.24º 0.86% 0.45% -
HSV(B) 44.24º 0.93% 0.84% -
XYZ 40.75 40.17 6.1 -
YUV 160.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 214 162 16 0 0.24 0.93 0.16 44.24 0.86 0.45
Hex D6 A2 10 0 18 5D 10 2C 56 2D
Octal 326 242 20 0 30 135 20 54 126 55
Binary 11010110 10100010 10000 0 11000 1011101 10000 101100 1010110 101101

Color Harmonies of #D6A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A210

Black with #D6A210

Text Example


Text Example

White with #D6A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A210; }

 p { color: rgb(214,162,16); }

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

background-color css

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

 a { background-color: rgb(214,162,16); }

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

border-color css

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

 span { border-color: rgb(214,162,16); }

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