Html Css Color HEX #DCAB12 Galliano

📋 copy color: '#DCAB12'

red 220 ◦ green 171 ◦ blue 18

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

Shades of Galliano #DCAB12

Tints of Galliano #DCAB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.4%

R = 53.79%
G = 41.81%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCAB12 (or 0xDCAB12) is known color: Galliano. HEX triplet: DC, AB and 12. RGB value is (220,171,18). Sum of RGB (Red+Green+Blue) = 220+171+18=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB12 is #2354ED. Grayscale: #A8A8A8. Windows color (decimal): -2315502 or 1223644. OLE color: 1223644.

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

Color convert

RGB 220 171 18 -
CMYK 0 0.22 0.92 0.14
HSL 45.45º 0.85% 0.47% -
HSV(B) 45.45º 0.92% 0.86% -
XYZ 44.19 44.39 6.81 -
YUV 168.21 43.23 164.94 -
System Red Green Blue C M Y K H S L
Decimal 220 171 18 0 0.22 0.92 0.14 45.45 0.85 0.47
Hex DC AB 12 0 16 5C E 2D 55 2F
Octal 334 253 22 0 26 134 16 55 125 57
Binary 11011100 10101011 10010 0 10110 1011100 1110 101101 1010101 101111

Color Harmonies of #DCAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB12

Black with #DCAB12

Text Example


Text Example

White with #DCAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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