Html Css Color HEX #DCA52D Galliano

📋 copy color: '#DCA52D'

red 220 ◦ green 165 ◦ blue 45

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

Shades of Galliano #DCA52D

Tints of Galliano #DCA52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 51.16%
G = 38.37%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCA52D (or 0xDCA52D) is known color: Galliano. HEX triplet: DC, A5 and 2D. RGB value is (220,165,45). Sum of RGB (Red+Green+Blue) = 220+165+45=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA52D is #235AD2. Grayscale: #A8A8A8. Windows color (decimal): -2317011 or 2991580. OLE color: 2991580.

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

Color convert

RGB 220 165 45 -
CMYK 0 0.25 0.80 0.14
HSL 41.14º 0.71% 0.52% -
HSV(B) 41.14º 0.8% 0.86% -
XYZ 43.44 42.32 8.36 -
YUV 167.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 220 165 45 0 0.25 0.80 0.14 41.14 0.71 0.52
Hex DC A5 2D 0 19 50 E 29 47 34
Octal 334 245 55 0 31 120 16 51 107 64
Binary 11011100 10100101 101101 0 11001 1010000 1110 101001 1000111 110100

Color Harmonies of #DCA52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA52D

Black with #DCA52D

Text Example


Text Example

White with #DCA52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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