Html Css Color HEX #D7A82E Galliano

📋 copy color: '#D7A82E'

red 215 ◦ green 168 ◦ blue 46

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

Shades of Galliano #D7A82E

Tints of Galliano #D7A82E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

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

R = 50.12%
G = 39.16%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7A82E (or 0xD7A82E) is known color: Galliano. HEX triplet: D7, A8 and 2E. RGB value is (215,168,46). Sum of RGB (Red+Green+Blue) = 215+168+46=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A82E is #2857D1. Grayscale: #A8A8A8. Windows color (decimal): -2643922 or 3057879. OLE color: 3057879.

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

Color convert

RGB 215 168 46 -
CMYK 0 0.22 0.79 0.16
HSL 43.31º 0.68% 0.51% -
HSV(B) 43.31º 0.79% 0.84% -
XYZ 42.52 42.65 8.58 -
YUV 168.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 215 168 46 0 0.22 0.79 0.16 43.31 0.68 0.51
Hex D7 A8 2E 0 16 4F 10 2B 44 33
Octal 327 250 56 0 26 117 20 53 104 63
Binary 11010111 10101000 101110 0 10110 1001111 10000 101011 1000100 110011

Color Harmonies of #D7A82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A82E

Black with #D7A82E

Text Example


Text Example

White with #D7A82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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