Html Css Color HEX #DCA330 Galliano

📋 copy color: '#DCA330'

red 220 ◦ green 163 ◦ blue 48

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

Shades of Galliano #DCA330

Tints of Galliano #DCA330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.14%

R = 51.04%
G = 37.82%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCA330 (or 0xDCA330) is known color: Galliano. HEX triplet: DC, A3 and 30. RGB value is (220,163,48). Sum of RGB (Red+Green+Blue) = 220+163+48=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA330 is #235CCF. Grayscale: #A7A7A7. Windows color (decimal): -2317520 or 3187676. OLE color: 3187676.

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

Color convert

RGB 220 163 48 -
CMYK 0 0.26 0.78 0.14
HSL 40.12º 0.71% 0.53% -
HSV(B) 40.12º 0.78% 0.86% -
XYZ 43.15 41.62 8.56 -
YUV 166.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 220 163 48 0 0.26 0.78 0.14 40.12 0.71 0.53
Hex DC A3 30 0 1A 4E E 28 47 35
Octal 334 243 60 0 32 116 16 50 107 65
Binary 11011100 10100011 110000 0 11010 1001110 1110 101000 1000111 110101

Color Harmonies of #DCA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA330

Black with #DCA330

Text Example


Text Example

White with #DCA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA330; }

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

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

background-color css

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

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

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

border-color css

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

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

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