Html Css Color HEX #DCAB2A Galliano

📋 copy color: '#DCAB2A'

red 220 ◦ green 171 ◦ blue 42

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

Shades of Galliano #DCAB2A

Tints of Galliano #DCAB2A

RGB

 RED value IS 220 (86.33% from 255) = 50.81%

 GREEN value IS 171 (67.19% from 255) = 39.49%

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 50.81%
G = 39.49%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCAB2A (or 0xDCAB2A) is known color: Galliano. HEX triplet: DC, AB and 2A. RGB value is (220,171,42). Sum of RGB (Red+Green+Blue) = 220+171+42=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB2A is #2354D5. Grayscale: #ABABAB. Windows color (decimal): -2315478 or 2796508. OLE color: 2796508.

HSL color Cylindrical-coordinate representation of color #DCAB2A: hue angle of 43.48º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCAB2A is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 42 -
CMYK 0 0.22 0.81 0.14
HSL 43.48º 0.72% 0.51% -
HSV(B) 43.48º 0.81% 0.86% -
XYZ 44.5 44.51 8.44 -
YUV 170.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 220 171 42 0 0.22 0.81 0.14 43.48 0.72 0.51
Hex DC AB 2A 0 16 51 E 2B 48 33
Octal 334 253 52 0 26 121 16 53 110 63
Binary 11011100 10101011 101010 0 10110 1010001 1110 101011 1001000 110011

Color Harmonies of #DCAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB2A

Black with #DCAB2A

Text Example


Text Example

White with #DCAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB2A; }

 p { color: rgb(220,171,42); }

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

background-color css

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

 a { background-color: rgb(220,171,42); }

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

border-color css

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

 span { border-color: rgb(220,171,42); }

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