Html Css Color HEX #D7A011 Gamboge

📋 copy color: '#D7A011'

red 215 ◦ green 160 ◦ blue 17

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

Shades of Gamboge #D7A011

Tints of Gamboge #D7A011

RGB

 RED value IS 215 (84.38% from 255) = 54.85%

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

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

R = 54.85%
G = 40.82%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7A011 (or 0xD7A011) is known color: Gamboge. HEX triplet: D7, A0 and 11. RGB value is (215,160,17). Sum of RGB (Red+Green+Blue) = 215+160+17=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A011 is #285FEE. Grayscale: #A0A0A0. Windows color (decimal): -2645999 or 1155287. OLE color: 1155287.

HSL color Cylindrical-coordinate representation of color #D7A011: hue angle of 43.33º 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 #D7A011 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 17 -
CMYK 0 0.26 0.92 0.16
HSL 43.33º 0.85% 0.45% -
HSV(B) 43.33º 0.92% 0.84% -
XYZ 40.7 39.63 6.03 -
YUV 160.14 47.22 167.13 -
System Red Green Blue C M Y K H S L
Decimal 215 160 17 0 0.26 0.92 0.16 43.33 0.85 0.45
Hex D7 A0 11 0 1A 5C 10 2B 55 2D
Octal 327 240 21 0 32 134 20 53 125 55
Binary 11010111 10100000 10001 0 11010 1011100 10000 101011 1010101 101101

Color Harmonies of #D7A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A011

Black with #D7A011

Text Example


Text Example

White with #D7A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A011; }

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

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

background-color css

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

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

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

border-color css

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

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

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