Html Css Color HEX #DCAB1A Galliano

📋 copy color: '#DCAB1A'

red 220 ◦ green 171 ◦ blue 26

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

Shades of Galliano #DCAB1A

Tints of Galliano #DCAB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.24%

R = 52.76%
G = 41.01%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCAB1A (or 0xDCAB1A) is known color: Galliano. HEX triplet: DC, AB and 1A. RGB value is (220,171,26). Sum of RGB (Red+Green+Blue) = 220+171+26=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB1A is #2354E5. Grayscale: #A9A9A9. Windows color (decimal): -2315494 or 1747932. OLE color: 1747932.

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

Color convert

RGB 220 171 26 -
CMYK 0 0.22 0.88 0.14
HSL 44.85º 0.79% 0.48% -
HSV(B) 44.85º 0.88% 0.86% -
XYZ 44.26 44.42 7.22 -
YUV 169.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 220 171 26 0 0.22 0.88 0.14 44.85 0.79 0.48
Hex DC AB 1A 0 16 58 E 2D 4F 30
Octal 334 253 32 0 26 130 16 55 117 60
Binary 11011100 10101011 11010 0 10110 1011000 1110 101101 1001111 110000

Color Harmonies of #DCAB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB1A

Black with #DCAB1A

Text Example


Text Example

White with #DCAB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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