Html Css Color HEX #DCA526 Galliano

📋 copy color: '#DCA526'

red 220 ◦ green 165 ◦ blue 38

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

Shades of Galliano #DCA526

Tints of Galliano #DCA526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

 BLUE value IS 38 (15.23% from 255) = 8.98%

R = 52.01%
G = 39.01%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCA526 (or 0xDCA526) is known color: Galliano. HEX triplet: DC, A5 and 26. RGB value is (220,165,38). Sum of RGB (Red+Green+Blue) = 220+165+38=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA526 is #235AD9. Grayscale: #A7A7A7. Windows color (decimal): -2317018 or 2532828. OLE color: 2532828.

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

Color convert

RGB 220 165 38 -
CMYK 0 0.25 0.83 0.14
HSL 41.87º 0.72% 0.51% -
HSV(B) 41.87º 0.83% 0.86% -
XYZ 43.32 42.27 7.71 -
YUV 166.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 220 165 38 0 0.25 0.83 0.14 41.87 0.72 0.51
Hex DC A5 26 0 19 53 E 2A 48 33
Octal 334 245 46 0 31 123 16 52 110 63
Binary 11011100 10100101 100110 0 11001 1010011 1110 101010 1001000 110011

Color Harmonies of #DCA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA526

Black with #DCA526

Text Example


Text Example

White with #DCA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA526; }

 p { color: rgb(220,165,38); }

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

background-color css

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

 a { background-color: rgb(220,165,38); }

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

border-color css

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

 span { border-color: rgb(220,165,38); }

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