Html Css Color HEX #D4A82D Galliano

📋 copy color: '#D4A82D'

red 212 ◦ green 168 ◦ blue 45

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

Shades of Galliano #D4A82D

Tints of Galliano #D4A82D

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

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

 BLUE value IS 45 (17.97% from 255) = 10.59%

R = 49.88%
G = 39.53%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4A82D (or 0xD4A82D) is known color: Galliano. HEX triplet: D4, A8 and 2D. RGB value is (212,168,45). Sum of RGB (Red+Green+Blue) = 212+168+45=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A82D is #2B57D2. Grayscale: #A7A7A7. Windows color (decimal): -2840531 or 2992340. OLE color: 2992340.

HSL color Cylindrical-coordinate representation of color #D4A82D: hue angle of 44.19º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4A82D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 45 -
CMYK 0 0.21 0.79 0.17
HSL 44.19º 0.66% 0.5% -
HSV(B) 44.19º 0.79% 0.83% -
XYZ 41.63 42.19 8.43 -
YUV 167.13 59.08 160 -
System Red Green Blue C M Y K H S L
Decimal 212 168 45 0 0.21 0.79 0.17 44.19 0.66 0.5
Hex D4 A8 2D 0 15 4F 11 2C 42 32
Octal 324 250 55 0 25 117 21 54 102 62
Binary 11010100 10101000 101101 0 10101 1001111 10001 101100 1000010 110010

Color Harmonies of #D4A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A82D

Black with #D4A82D

Text Example


Text Example

White with #D4A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A82D; }

 p { color: rgb(212,168,45); }

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

background-color css

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

 a { background-color: rgb(212,168,45); }

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

border-color css

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

 span { border-color: rgb(212,168,45); }

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