Html Css Color HEX #DCA32F Galliano

📋 copy color: '#DCA32F'

red 220 ◦ green 163 ◦ blue 47

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

Shades of Galliano #DCA32F

Tints of Galliano #DCA32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.93%

R = 51.16%
G = 37.91%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCA32F (or 0xDCA32F) is known color: Galliano. HEX triplet: DC, A3 and 2F. RGB value is (220,163,47). Sum of RGB (Red+Green+Blue) = 220+163+47=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA32F is #235CD0. Grayscale: #A7A7A7. Windows color (decimal): -2317521 or 3122140. OLE color: 3122140.

HSL color Cylindrical-coordinate representation of color #DCA32F: hue angle of 40.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCA32F is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 47 -
CMYK 0 0.26 0.79 0.14
HSL 40.23º 0.71% 0.52% -
HSV(B) 40.23º 0.79% 0.86% -
XYZ 43.13 41.62 8.45 -
YUV 166.82 60.38 165.93 -
System Red Green Blue C M Y K H S L
Decimal 220 163 47 0 0.26 0.79 0.14 40.23 0.71 0.52
Hex DC A3 2F 0 1A 4F E 28 47 34
Octal 334 243 57 0 32 117 16 50 107 64
Binary 11011100 10100011 101111 0 11010 1001111 1110 101000 1000111 110100

Color Harmonies of #DCA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA32F

Black with #DCA32F

Text Example


Text Example

White with #DCA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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