Html Css Color HEX #DCA42C Galliano

📋 copy color: '#DCA42C'

red 220 ◦ green 164 ◦ blue 44

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

Shades of Galliano #DCA42C

Tints of Galliano #DCA42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 44 (17.58% from 255) = 10.28%

R = 51.4%
G = 38.32%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCA42C (or 0xDCA42C) is known color: Galliano. HEX triplet: DC, A4 and 2C. RGB value is (220,164,44). Sum of RGB (Red+Green+Blue) = 220+164+44=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA42C is #235BD3. Grayscale: #A7A7A7. Windows color (decimal): -2317268 or 2925788. OLE color: 2925788.

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

Color convert

RGB 220 164 44 -
CMYK 0 0.25 0.8 0.14
HSL 40.91º 0.72% 0.52% -
HSV(B) 40.91º 0.8% 0.86% -
XYZ 43.25 41.95 8.2 -
YUV 167.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 220 164 44 0 0.25 0.8 0.14 40.91 0.72 0.52
Hex DC A4 2C 0 19 50 E 29 48 34
Octal 334 244 54 0 31 120 16 51 110 64
Binary 11011100 10100100 101100 0 11001 1010000 1110 101001 1001000 110100

Color Harmonies of #DCA42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA42C

Black with #DCA42C

Text Example


Text Example

White with #DCA42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA42C; }

 p { color: rgb(220,164,44); }

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

background-color css

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

 a { background-color: rgb(220,164,44); }

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

border-color css

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

 span { border-color: rgb(220,164,44); }

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