Html Css Color HEX #D7A32E Galliano

📋 copy color: '#D7A32E'

red 215 ◦ green 163 ◦ blue 46

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

Shades of Galliano #D7A32E

Tints of Galliano #D7A32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 46 (18.36% from 255) = 10.85%

R = 50.71%
G = 38.44%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7A32E (or 0xD7A32E) is known color: Galliano. HEX triplet: D7, A3 and 2E. RGB value is (215,163,46). Sum of RGB (Red+Green+Blue) = 215+163+46=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A32E is #285CD1. Grayscale: #A5A5A5. Windows color (decimal): -2645202 or 3056599. OLE color: 3056599.

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

Color convert

RGB 215 163 46 -
CMYK 0 0.24 0.79 0.16
HSL 41.54º 0.68% 0.51% -
HSV(B) 41.54º 0.79% 0.84% -
XYZ 41.61 40.84 8.27 -
YUV 165.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 215 163 46 0 0.24 0.79 0.16 41.54 0.68 0.51
Hex D7 A3 2E 0 18 4F 10 2A 44 33
Octal 327 243 56 0 30 117 20 52 104 63
Binary 11010111 10100011 101110 0 11000 1001111 10000 101010 1000100 110011

Color Harmonies of #D7A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A32E

Black with #D7A32E

Text Example


Text Example

White with #D7A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A32E; }

 p { color: rgb(215,163,46); }

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

background-color css

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

 a { background-color: rgb(215,163,46); }

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

border-color css

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

 span { border-color: rgb(215,163,46); }

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