Html Css Color HEX #DCA32C Galliano

📋 copy color: '#DCA32C'

red 220 ◦ green 163 ◦ blue 44

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

Shades of Galliano #DCA32C

Tints of Galliano #DCA32C

RGB

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

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

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

R = 51.52%
G = 38.17%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCA32C (or 0xDCA32C) is known color: Galliano. HEX triplet: DC, A3 and 2C. RGB value is (220,163,44). Sum of RGB (Red+Green+Blue) = 220+163+44=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA32C is #235CD3. Grayscale: #A7A7A7. Windows color (decimal): -2317524 or 2925532. OLE color: 2925532.

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

Color convert

RGB 220 163 44 -
CMYK 0 0.26 0.8 0.14
HSL 40.57º 0.72% 0.52% -
HSV(B) 40.57º 0.8% 0.86% -
XYZ 43.07 41.59 8.14 -
YUV 166.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 220 163 44 0 0.26 0.8 0.14 40.57 0.72 0.52
Hex DC A3 2C 0 1A 50 E 29 48 34
Octal 334 243 54 0 32 120 16 51 110 64
Binary 11011100 10100011 101100 0 11010 1010000 1110 101001 1001000 110100

Color Harmonies of #DCA32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA32C

Black with #DCA32C

Text Example


Text Example

White with #DCA32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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