Html Css Color HEX #DCAC1F Galliano

📋 copy color: '#DCAC1F'

red 220 ◦ green 172 ◦ blue 31

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

Shades of Galliano #DCAC1F

Tints of Galliano #DCAC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

 BLUE value IS 31 (12.5% from 255) = 7.33%

R = 52.01%
G = 40.66%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCAC1F (or 0xDCAC1F) is known color: Galliano. HEX triplet: DC, AC and 1F. RGB value is (220,172,31). Sum of RGB (Red+Green+Blue) = 220+172+31=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC1F is #2353E0. Grayscale: #AAAAAA. Windows color (decimal): -2315233 or 2075868. OLE color: 2075868.

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

Color convert

RGB 220 172 31 -
CMYK 0 0.22 0.86 0.14
HSL 44.76º 0.75% 0.49% -
HSV(B) 44.76º 0.86% 0.86% -
XYZ 44.52 44.82 7.6 -
YUV 170.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 220 172 31 0 0.22 0.86 0.14 44.76 0.75 0.49
Hex DC AC 1F 0 16 56 E 2D 4B 31
Octal 334 254 37 0 26 126 16 55 113 61
Binary 11011100 10101100 11111 0 10110 1010110 1110 101101 1001011 110001

Color Harmonies of #DCAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC1F

Black with #DCAC1F

Text Example


Text Example

White with #DCAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC1F; }

 p { color: rgb(220,172,31); }

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

background-color css

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

 a { background-color: rgb(220,172,31); }

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

border-color css

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

 span { border-color: rgb(220,172,31); }

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