Html Css Color HEX #DCAA24 Galliano

📋 copy color: '#DCAA24'

red 220 ◦ green 170 ◦ blue 36

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

Shades of Galliano #DCAA24

Tints of Galliano #DCAA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.45%

R = 51.64%
G = 39.91%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCAA24 (or 0xDCAA24) is known color: Galliano. HEX triplet: DC, AA and 24. RGB value is (220,170,36). Sum of RGB (Red+Green+Blue) = 220+170+36=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA24 is #2355DB. Grayscale: #AAAAAA. Windows color (decimal): -2315740 or 2403036. OLE color: 2403036.

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

Color convert

RGB 220 170 36 -
CMYK 0 0.23 0.84 0.14
HSL 43.7º 0.72% 0.5% -
HSV(B) 43.7º 0.84% 0.86% -
XYZ 44.21 44.09 7.85 -
YUV 169.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 220 170 36 0 0.23 0.84 0.14 43.7 0.72 0.5
Hex DC AA 24 0 17 54 E 2C 48 32
Octal 334 252 44 0 27 124 16 54 110 62
Binary 11011100 10101010 100100 0 10111 1010100 1110 101100 1001000 110010

Color Harmonies of #DCAA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA24

Black with #DCAA24

Text Example


Text Example

White with #DCAA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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