Html Css Color HEX #D7A013 Gamboge

📋 copy color: '#D7A013'

red 215 ◦ green 160 ◦ blue 19

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

Shades of Gamboge #D7A013

Tints of Gamboge #D7A013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.82%

R = 54.57%
G = 40.61%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7A013 (or 0xD7A013) is known color: Gamboge. HEX triplet: D7, A0 and 13. RGB value is (215,160,19). Sum of RGB (Red+Green+Blue) = 215+160+19=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A013 is #285FEC. Grayscale: #A0A0A0. Windows color (decimal): -2645997 or 1286359. OLE color: 1286359.

HSL color Cylindrical-coordinate representation of color #D7A013: hue angle of 43.16º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7A013 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 19 -
CMYK 0 0.26 0.91 0.16
HSL 43.16º 0.84% 0.46% -
HSV(B) 43.16º 0.91% 0.84% -
XYZ 40.71 39.64 6.12 -
YUV 160.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 215 160 19 0 0.26 0.91 0.16 43.16 0.84 0.46
Hex D7 A0 13 0 1A 5B 10 2B 54 2E
Octal 327 240 23 0 32 133 20 53 124 56
Binary 11010111 10100000 10011 0 11010 1011011 10000 101011 1010100 101110

Color Harmonies of #D7A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A013

Black with #D7A013

Text Example


Text Example

White with #D7A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A013; }

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

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

background-color css

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

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

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

border-color css

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

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

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