Html Css Color HEX #DCA52C Galliano

📋 copy color: '#DCA52C'

red 220 ◦ green 165 ◦ blue 44

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

Shades of Galliano #DCA52C

Tints of Galliano #DCA52C

RGB

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

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

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

R = 51.28%
G = 38.46%
B = 10.26%

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

#DCA52C (or 0xDCA52C) is known color: Galliano. HEX triplet: DC, A5 and 2C. RGB value is (220,165,44). Sum of RGB (Red+Green+Blue) = 220+165+44=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA52C is #235AD3. Grayscale: #A8A8A8. Windows color (decimal): -2317012 or 2926044. OLE color: 2926044.

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

Color convert

RGB 220 165 44 -
CMYK 0 0.25 0.8 0.14
HSL 41.25º 0.72% 0.52% -
HSV(B) 41.25º 0.8% 0.86% -
XYZ 43.42 42.31 8.26 -
YUV 167.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 220 165 44 0 0.25 0.8 0.14 41.25 0.72 0.52
Hex DC A5 2C 0 19 50 E 29 48 34
Octal 334 245 54 0 31 120 16 51 110 64
Binary 11011100 10100101 101100 0 11001 1010000 1110 101001 1001000 110100

Color Harmonies of #DCA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA52C

Black with #DCA52C

Text Example


Text Example

White with #DCA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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