Html Css Color HEX #DCA42D Galliano

📋 copy color: '#DCA42D'

red 220 ◦ green 164 ◦ blue 45

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

Shades of Galliano #DCA42D

Tints of Galliano #DCA42D

RGB

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

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

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

R = 51.28%
G = 38.23%
B = 10.49%

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

#DCA42D (or 0xDCA42D) is known color: Galliano. HEX triplet: DC, A4 and 2D. RGB value is (220,164,45). Sum of RGB (Red+Green+Blue) = 220+164+45=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA42D is #235BD2. Grayscale: #A7A7A7. Windows color (decimal): -2317267 or 2991324. OLE color: 2991324.

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

Color convert

RGB 220 164 45 -
CMYK 0 0.25 0.80 0.14
HSL 40.8º 0.71% 0.52% -
HSV(B) 40.8º 0.8% 0.86% -
XYZ 43.26 41.96 8.3 -
YUV 167.18 59.05 165.68 -
System Red Green Blue C M Y K H S L
Decimal 220 164 45 0 0.25 0.80 0.14 40.8 0.71 0.52
Hex DC A4 2D 0 19 50 E 29 47 34
Octal 334 244 55 0 31 120 16 51 107 64
Binary 11011100 10100100 101101 0 11001 1010000 1110 101001 1000111 110100

Color Harmonies of #DCA42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA42D

Black with #DCA42D

Text Example


Text Example

White with #DCA42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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