Html Css Color HEX #D4A42E Galliano

📋 copy color: '#D4A42E'

red 212 ◦ green 164 ◦ blue 46

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

Shades of Galliano #D4A42E

Tints of Galliano #D4A42E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 50.24%
G = 38.86%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4A42E (or 0xD4A42E) is known color: Galliano. HEX triplet: D4, A4 and 2E. RGB value is (212,164,46). Sum of RGB (Red+Green+Blue) = 212+164+46=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A42E is #2B5BD1. Grayscale: #A5A5A5. Windows color (decimal): -2841554 or 3056852. OLE color: 3056852.

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

Color convert

RGB 212 164 46 -
CMYK 0 0.23 0.78 0.17
HSL 42.65º 0.66% 0.51% -
HSV(B) 42.65º 0.78% 0.83% -
XYZ 40.92 40.75 8.29 -
YUV 164.9 60.9 161.59 -
System Red Green Blue C M Y K H S L
Decimal 212 164 46 0 0.23 0.78 0.17 42.65 0.66 0.51
Hex D4 A4 2E 0 17 4E 11 2B 42 33
Octal 324 244 56 0 27 116 21 53 102 63
Binary 11010100 10100100 101110 0 10111 1001110 10001 101011 1000010 110011

Color Harmonies of #D4A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A42E

Black with #D4A42E

Text Example


Text Example

White with #D4A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A42E; }

 p { color: rgb(212,164,46); }

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

background-color css

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

 a { background-color: rgb(212,164,46); }

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

border-color css

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

 span { border-color: rgb(212,164,46); }

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