Html Css Color HEX #DCAA13 Galliano

📋 copy color: '#DCAA13'

red 220 ◦ green 170 ◦ blue 19

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

Shades of Galliano #DCAA13

Tints of Galliano #DCAA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 53.79%
G = 41.56%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCAA13 (or 0xDCAA13) is known color: Galliano. HEX triplet: DC, AA and 13. RGB value is (220,170,19). Sum of RGB (Red+Green+Blue) = 220+170+19=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA13 is #2355EC. Grayscale: #A8A8A8. Windows color (decimal): -2315757 or 1288924. OLE color: 1288924.

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

Color convert

RGB 220 170 19 -
CMYK 0 0.23 0.91 0.14
HSL 45.07º 0.84% 0.47% -
HSV(B) 45.07º 0.91% 0.86% -
XYZ 44.01 44.01 6.79 -
YUV 167.74 44.07 165.28 -
System Red Green Blue C M Y K H S L
Decimal 220 170 19 0 0.23 0.91 0.14 45.07 0.84 0.47
Hex DC AA 13 0 17 5B E 2D 54 2F
Octal 334 252 23 0 27 133 16 55 124 57
Binary 11011100 10101010 10011 0 10111 1011011 1110 101101 1010100 101111

Color Harmonies of #DCAA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA13

Black with #DCAA13

Text Example


Text Example

White with #DCAA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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