Html Css Color HEX #D5A82E Galliano

📋 copy color: '#D5A82E'

red 213 ◦ green 168 ◦ blue 46

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

Shades of Galliano #D5A82E

Tints of Galliano #D5A82E

RGB

 RED value IS 213 (83.59% from 255) = 49.88%

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

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

R = 49.88%
G = 39.34%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5A82E (or 0xD5A82E) is known color: Galliano. HEX triplet: D5, A8 and 2E. RGB value is (213,168,46). Sum of RGB (Red+Green+Blue) = 213+168+46=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A82E is #2A57D1. Grayscale: #A8A8A8. Windows color (decimal): -2774994 or 3057877. OLE color: 3057877.

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

Color convert

RGB 213 168 46 -
CMYK 0 0.21 0.78 0.16
HSL 43.83º 0.67% 0.51% -
HSV(B) 43.83º 0.78% 0.84% -
XYZ 41.94 42.35 8.55 -
YUV 167.55 59.41 160.42 -
System Red Green Blue C M Y K H S L
Decimal 213 168 46 0 0.21 0.78 0.16 43.83 0.67 0.51
Hex D5 A8 2E 0 15 4E 10 2C 43 33
Octal 325 250 56 0 25 116 20 54 103 63
Binary 11010101 10101000 101110 0 10101 1001110 10000 101100 1000011 110011

Color Harmonies of #D5A82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A82E

Black with #D5A82E

Text Example


Text Example

White with #D5A82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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