Html Css Color HEX #D6A206 Gamboge

📋 copy color: '#D6A206'

red 214 ◦ green 162 ◦ blue 6

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

Shades of Gamboge #D6A206

Tints of Gamboge #D6A206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 56.02%
G = 42.41%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6A206 (or 0xD6A206) is known color: Gamboge. HEX triplet: D6, A2 and 06. RGB value is (214,162,6). Sum of RGB (Red+Green+Blue) = 214+162+6=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A206 is #295DF9. Grayscale: #A0A0A0. Windows color (decimal): -2711034 or 434902. OLE color: 434902.

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

Color convert

RGB 214 162 6 -
CMYK 0 0.24 0.97 0.16
HSL 45º 0.95% 0.43% -
HSV(B) 45º 0.97% 0.84% -
XYZ 40.68 40.15 5.78 -
YUV 159.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 214 162 6 0 0.24 0.97 0.16 45 0.95 0.43
Hex D6 A2 6 0 18 61 10 2D 5F 2B
Octal 326 242 6 0 30 141 20 55 137 53
Binary 11010110 10100010 110 0 11000 1100001 10000 101101 1011111 101011

Color Harmonies of #D6A206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A206

Black with #D6A206

Text Example


Text Example

White with #D6A206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A206; }

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

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

background-color css

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

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

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

border-color css

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

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

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