Html Css Color HEX #DCAA1F Galliano

📋 copy color: '#DCAA1F'

red 220 ◦ green 170 ◦ blue 31

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

Shades of Galliano #DCAA1F

Tints of Galliano #DCAA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.38%

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

R = 52.26%
G = 40.38%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCAA1F (or 0xDCAA1F) is known color: Galliano. HEX triplet: DC, AA and 1F. RGB value is (220,170,31). Sum of RGB (Red+Green+Blue) = 220+170+31=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA1F is #2355E0. Grayscale: #A9A9A9. Windows color (decimal): -2315745 or 2075356. OLE color: 2075356.

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

Color convert

RGB 220 170 31 -
CMYK 0 0.23 0.86 0.14
HSL 44.13º 0.75% 0.49% -
HSV(B) 44.13º 0.86% 0.86% -
XYZ 44.14 44.06 7.48 -
YUV 169.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 220 170 31 0 0.23 0.86 0.14 44.13 0.75 0.49
Hex DC AA 1F 0 17 56 E 2C 4B 31
Octal 334 252 37 0 27 126 16 54 113 61
Binary 11011100 10101010 11111 0 10111 1010110 1110 101100 1001011 110001

Color Harmonies of #DCAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA1F

Black with #DCAA1F

Text Example


Text Example

White with #DCAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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