Html Css Color HEX #D7A213 Gamboge

📋 copy color: '#D7A213'

red 215 ◦ green 162 ◦ blue 19

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

Shades of Gamboge #D7A213

Tints of Gamboge #D7A213

RGB

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

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

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

R = 54.29%
G = 40.91%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7A213 (or 0xD7A213) is known color: Gamboge. HEX triplet: D7, A2 and 13. RGB value is (215,162,19). Sum of RGB (Red+Green+Blue) = 215+162+19=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A213 is #285DEC. Grayscale: #A2A2A2. Windows color (decimal): -2645485 or 1286871. OLE color: 1286871.

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

Color convert

RGB 215 162 19 -
CMYK 0 0.25 0.91 0.16
HSL 43.78º 0.84% 0.46% -
HSV(B) 43.78º 0.91% 0.84% -
XYZ 41.06 40.33 6.24 -
YUV 161.55 47.56 166.13 -
System Red Green Blue C M Y K H S L
Decimal 215 162 19 0 0.25 0.91 0.16 43.78 0.84 0.46
Hex D7 A2 13 0 19 5B 10 2C 54 2E
Octal 327 242 23 0 31 133 20 54 124 56
Binary 11010111 10100010 10011 0 11001 1011011 10000 101100 1010100 101110

Color Harmonies of #D7A213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A213

Black with #D7A213

Text Example


Text Example

White with #D7A213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A213; }

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

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

background-color css

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

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

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

border-color css

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

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

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