Html Css Color HEX #D4A62D Galliano

📋 copy color: '#D4A62D'

red 212 ◦ green 166 ◦ blue 45

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

Shades of Galliano #D4A62D

Tints of Galliano #D4A62D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

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

R = 50.12%
G = 39.24%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4A62D (or 0xD4A62D) is known color: Galliano. HEX triplet: D4, A6 and 2D. RGB value is (212,166,45). Sum of RGB (Red+Green+Blue) = 212+166+45=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A62D is #2B59D2. Grayscale: #A6A6A6. Windows color (decimal): -2841043 or 2991828. OLE color: 2991828.

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

Color convert

RGB 212 166 45 -
CMYK 0 0.22 0.79 0.17
HSL 43.47º 0.66% 0.5% -
HSV(B) 43.47º 0.79% 0.83% -
XYZ 41.26 41.46 8.31 -
YUV 165.96 59.74 160.84 -
System Red Green Blue C M Y K H S L
Decimal 212 166 45 0 0.22 0.79 0.17 43.47 0.66 0.5
Hex D4 A6 2D 0 16 4F 11 2B 42 32
Octal 324 246 55 0 26 117 21 53 102 62
Binary 11010100 10100110 101101 0 10110 1001111 10001 101011 1000010 110010

Color Harmonies of #D4A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A62D

Black with #D4A62D

Text Example


Text Example

White with #D4A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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