Html Css Color HEX #D6A011 Gamboge

📋 copy color: '#D6A011'

red 214 ◦ green 160 ◦ blue 17

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

Shades of Gamboge #D6A011

Tints of Gamboge #D6A011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 54.73%
G = 40.92%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6A011 (or 0xD6A011) is known color: Gamboge. HEX triplet: D6, A0 and 11. RGB value is (214,160,17). Sum of RGB (Red+Green+Blue) = 214+160+17=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A011 is #295FEE. Grayscale: #A0A0A0. Windows color (decimal): -2711535 or 1155286. OLE color: 1155286.

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

Color convert

RGB 214 160 17 -
CMYK 0 0.25 0.92 0.16
HSL 43.55º 0.85% 0.45% -
HSV(B) 43.55º 0.92% 0.84% -
XYZ 40.4 39.48 6.02 -
YUV 159.84 47.39 166.63 -
System Red Green Blue C M Y K H S L
Decimal 214 160 17 0 0.25 0.92 0.16 43.55 0.85 0.45
Hex D6 A0 11 0 19 5C 10 2C 55 2D
Octal 326 240 21 0 31 134 20 54 125 55
Binary 11010110 10100000 10001 0 11001 1011100 10000 101100 1010101 101101

Color Harmonies of #D6A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A011

Black with #D6A011

Text Example


Text Example

White with #D6A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A011; }

 p { color: rgb(214,160,17); }

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

background-color css

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

 a { background-color: rgb(214,160,17); }

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

border-color css

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

 span { border-color: rgb(214,160,17); }

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