Html Css Color HEX #D4A011 Gamboge

📋 copy color: '#D4A011'

red 212 ◦ green 160 ◦ blue 17

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

Shades of Gamboge #D4A011

Tints of Gamboge #D4A011

RGB

 RED value IS 212 (83.2% from 255) = 54.5%

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

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

R = 54.5%
G = 41.13%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4A011 (or 0xD4A011) is known color: Gamboge. HEX triplet: D4, A0 and 11. RGB value is (212,160,17). Sum of RGB (Red+Green+Blue) = 212+160+17=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A011 is #2B5FEE. Grayscale: #9F9F9F. Windows color (decimal): -2842607 or 1155284. OLE color: 1155284.

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

Color convert

RGB 212 160 17 -
CMYK 0 0.25 0.92 0.17
HSL 44º 0.85% 0.45% -
HSV(B) 44º 0.92% 0.83% -
XYZ 39.82 39.18 5.99 -
YUV 159.25 47.73 165.63 -
System Red Green Blue C M Y K H S L
Decimal 212 160 17 0 0.25 0.92 0.17 44 0.85 0.45
Hex D4 A0 11 0 19 5C 11 2C 55 2D
Octal 324 240 21 0 31 134 21 54 125 55
Binary 11010100 10100000 10001 0 11001 1011100 10001 101100 1010101 101101

Color Harmonies of #D4A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A011

Black with #D4A011

Text Example


Text Example

White with #D4A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A011; }

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

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

background-color css

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

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

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

border-color css

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

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

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