Html Css Color HEX #D4A32C Galliano

📋 copy color: '#D4A32C'

red 212 ◦ green 163 ◦ blue 44

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

Shades of Galliano #D4A32C

Tints of Galliano #D4A32C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 50.6%
G = 38.9%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4A32C (or 0xD4A32C) is known color: Galliano. HEX triplet: D4, A3 and 2C. RGB value is (212,163,44). Sum of RGB (Red+Green+Blue) = 212+163+44=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A32C is #2B5CD3. Grayscale: #A4A4A4. Windows color (decimal): -2841812 or 2925524. OLE color: 2925524.

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

Color convert

RGB 212 163 44 -
CMYK 0 0.23 0.79 0.17
HSL 42.5º 0.66% 0.5% -
HSV(B) 42.5º 0.79% 0.83% -
XYZ 40.7 40.37 8.03 -
YUV 164.09 60.23 162.18 -
System Red Green Blue C M Y K H S L
Decimal 212 163 44 0 0.23 0.79 0.17 42.5 0.66 0.5
Hex D4 A3 2C 0 17 4F 11 2A 42 32
Octal 324 243 54 0 27 117 21 52 102 62
Binary 11010100 10100011 101100 0 10111 1001111 10001 101010 1000010 110010

Color Harmonies of #D4A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A32C

Black with #D4A32C

Text Example


Text Example

White with #D4A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A32C; }

 p { color: rgb(212,163,44); }

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

background-color css

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

 a { background-color: rgb(212,163,44); }

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

border-color css

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

 span { border-color: rgb(212,163,44); }

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