Html Css Color HEX #D7A62C Galliano

📋 copy color: '#D7A62C'

red 215 ◦ green 166 ◦ blue 44

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

Shades of Galliano #D7A62C

Tints of Galliano #D7A62C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 50.59%
G = 39.06%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7A62C (or 0xD7A62C) is known color: Galliano. HEX triplet: D7, A6 and 2C. RGB value is (215,166,44). Sum of RGB (Red+Green+Blue) = 215+166+44=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A62C is #2859D3. Grayscale: #A7A7A7. Windows color (decimal): -2644436 or 2926295. OLE color: 2926295.

HSL color Cylindrical-coordinate representation of color #D7A62C: hue angle of 42.81º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7A62C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 166 44 -
CMYK 0 0.23 0.80 0.16
HSL 42.81º 0.68% 0.51% -
HSV(B) 42.81º 0.8% 0.84% -
XYZ 42.12 41.9 8.25 -
YUV 166.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 215 166 44 0 0.23 0.80 0.16 42.81 0.68 0.51
Hex D7 A6 2C 0 17 50 10 2B 44 33
Octal 327 246 54 0 27 120 20 53 104 63
Binary 11010111 10100110 101100 0 10111 1010000 10000 101011 1000100 110011

Color Harmonies of #D7A62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A62C

Black with #D7A62C

Text Example


Text Example

White with #D7A62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A62C; }

 p { color: rgb(215,166,44); }

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

background-color css

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

 a { background-color: rgb(215,166,44); }

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

border-color css

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

 span { border-color: rgb(215,166,44); }

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