Html Css Color HEX #DCA52A Galliano

📋 copy color: '#DCA52A'

red 220 ◦ green 165 ◦ blue 42

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

Shades of Galliano #DCA52A

Tints of Galliano #DCA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

 BLUE value IS 42 (16.8% from 255) = 9.84%

R = 51.52%
G = 38.64%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCA52A (or 0xDCA52A) is known color: Galliano. HEX triplet: DC, A5 and 2A. RGB value is (220,165,42). Sum of RGB (Red+Green+Blue) = 220+165+42=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA52A is #235AD5. Grayscale: #A7A7A7. Windows color (decimal): -2317014 or 2794972. OLE color: 2794972.

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

Color convert

RGB 220 165 42 -
CMYK 0 0.25 0.81 0.14
HSL 41.46º 0.72% 0.51% -
HSV(B) 41.46º 0.81% 0.86% -
XYZ 43.39 42.29 8.07 -
YUV 167.42 57.22 165.5 -
System Red Green Blue C M Y K H S L
Decimal 220 165 42 0 0.25 0.81 0.14 41.46 0.72 0.51
Hex DC A5 2A 0 19 51 E 29 48 33
Octal 334 245 52 0 31 121 16 51 110 63
Binary 11011100 10100101 101010 0 11001 1010001 1110 101001 1001000 110011

Color Harmonies of #DCA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA52A

Black with #DCA52A

Text Example


Text Example

White with #DCA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA52A; }

 p { color: rgb(220,165,42); }

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

background-color css

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

 a { background-color: rgb(220,165,42); }

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

border-color css

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

 span { border-color: rgb(220,165,42); }

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