Html Css Color HEX #DCA828 Galliano

📋 copy color: '#DCA828'

red 220 ◦ green 168 ◦ blue 40

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

Shades of Galliano #DCA828

Tints of Galliano #DCA828

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

 BLUE value IS 40 (16.02% from 255) = 9.35%

R = 51.4%
G = 39.25%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCA828 (or 0xDCA828) is known color: Galliano. HEX triplet: DC, A8 and 28. RGB value is (220,168,40). Sum of RGB (Red+Green+Blue) = 220+168+40=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA828 is #2357D7. Grayscale: #A9A9A9. Windows color (decimal): -2316248 or 2664668. OLE color: 2664668.

HSL color Cylindrical-coordinate representation of color #DCA828: hue angle of 42.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCA828 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 168 40 -
CMYK 0 0.24 0.82 0.14
HSL 42.67º 0.72% 0.51% -
HSV(B) 42.67º 0.82% 0.86% -
XYZ 43.9 43.37 8.07 -
YUV 168.96 55.23 164.41 -
System Red Green Blue C M Y K H S L
Decimal 220 168 40 0 0.24 0.82 0.14 42.67 0.72 0.51
Hex DC A8 28 0 18 52 E 2B 48 33
Octal 334 250 50 0 30 122 16 53 110 63
Binary 11011100 10101000 101000 0 11000 1010010 1110 101011 1001000 110011

Color Harmonies of #DCA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA828

Black with #DCA828

Text Example


Text Example

White with #DCA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA828; }

 p { color: rgb(220,168,40); }

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

background-color css

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

 a { background-color: rgb(220,168,40); }

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

border-color css

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

 span { border-color: rgb(220,168,40); }

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