Html Css Color HEX #D7A01C Galliano

📋 copy color: '#D7A01C'

red 215 ◦ green 160 ◦ blue 28

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

Shades of Galliano #D7A01C

Tints of Galliano #D7A01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 53.35%
G = 39.7%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7A01C (or 0xD7A01C) is known color: Galliano. HEX triplet: D7, A0 and 1C. RGB value is (215,160,28). Sum of RGB (Red+Green+Blue) = 215+160+28=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A01C is #285FE3. Grayscale: #A1A1A1. Windows color (decimal): -2645988 or 1876183. OLE color: 1876183.

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

Color convert

RGB 215 160 28 -
CMYK 0 0.26 0.87 0.16
HSL 42.35º 0.77% 0.48% -
HSV(B) 42.35º 0.87% 0.84% -
XYZ 40.8 39.67 6.61 -
YUV 161.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 215 160 28 0 0.26 0.87 0.16 42.35 0.77 0.48
Hex D7 A0 1C 0 1A 57 10 2A 4D 30
Octal 327 240 34 0 32 127 20 52 115 60
Binary 11010111 10100000 11100 0 11010 1010111 10000 101010 1001101 110000

Color Harmonies of #D7A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A01C

Black with #D7A01C

Text Example


Text Example

White with #D7A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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