Html Css Color HEX #D4A52E Galliano

📋 copy color: '#D4A52E'

red 212 ◦ green 165 ◦ blue 46

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

Shades of Galliano #D4A52E

Tints of Galliano #D4A52E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

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

R = 50.12%
G = 39.01%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4A52E (or 0xD4A52E) is known color: Galliano. HEX triplet: D4, A5 and 2E. RGB value is (212,165,46). Sum of RGB (Red+Green+Blue) = 212+165+46=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A52E is #2B5AD1. Grayscale: #A6A6A6. Windows color (decimal): -2841298 or 3057108. OLE color: 3057108.

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

Color convert

RGB 212 165 46 -
CMYK 0 0.22 0.78 0.17
HSL 43.01º 0.66% 0.51% -
HSV(B) 43.01º 0.78% 0.83% -
XYZ 41.1 41.1 8.35 -
YUV 165.49 60.57 161.18 -
System Red Green Blue C M Y K H S L
Decimal 212 165 46 0 0.22 0.78 0.17 43.01 0.66 0.51
Hex D4 A5 2E 0 16 4E 11 2B 42 33
Octal 324 245 56 0 26 116 21 53 102 63
Binary 11010100 10100101 101110 0 10110 1001110 10001 101011 1000010 110011

Color Harmonies of #D4A52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A52E

Black with #D4A52E

Text Example


Text Example

White with #D4A52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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