Html Css Color HEX #DCA32D Galliano

📋 copy color: '#DCA32D'

red 220 ◦ green 163 ◦ blue 45

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

Shades of Galliano #DCA32D

Tints of Galliano #DCA32D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.08%

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

R = 51.4%
G = 38.08%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCA32D (or 0xDCA32D) is known color: Galliano. HEX triplet: DC, A3 and 2D. RGB value is (220,163,45). Sum of RGB (Red+Green+Blue) = 220+163+45=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA32D is #235CD2. Grayscale: #A7A7A7. Windows color (decimal): -2317523 or 2991068. OLE color: 2991068.

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

Color convert

RGB 220 163 45 -
CMYK 0 0.26 0.80 0.14
HSL 40.46º 0.71% 0.52% -
HSV(B) 40.46º 0.8% 0.86% -
XYZ 43.09 41.6 8.24 -
YUV 166.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 220 163 45 0 0.26 0.80 0.14 40.46 0.71 0.52
Hex DC A3 2D 0 1A 50 E 28 47 34
Octal 334 243 55 0 32 120 16 50 107 64
Binary 11011100 10100011 101101 0 11010 1010000 1110 101000 1000111 110100

Color Harmonies of #DCA32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA32D

Black with #DCA32D

Text Example


Text Example

White with #DCA32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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