Html Css Color HEX #DCAA25 Galliano

📋 copy color: '#DCAA25'

red 220 ◦ green 170 ◦ blue 37

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

Shades of Galliano #DCAA25

Tints of Galliano #DCAA25

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.81%

 BLUE value IS 37 (14.84% from 255) = 8.67%

R = 51.52%
G = 39.81%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCAA25 (or 0xDCAA25) is known color: Galliano. HEX triplet: DC, AA and 25. RGB value is (220,170,37). Sum of RGB (Red+Green+Blue) = 220+170+37=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA25 is #2355DA. Grayscale: #AAAAAA. Windows color (decimal): -2315739 or 2468572. OLE color: 2468572.

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

Color convert

RGB 220 170 37 -
CMYK 0 0.23 0.83 0.14
HSL 43.61º 0.72% 0.5% -
HSV(B) 43.61º 0.83% 0.86% -
XYZ 44.22 44.1 7.93 -
YUV 169.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 220 170 37 0 0.23 0.83 0.14 43.61 0.72 0.5
Hex DC AA 25 0 17 53 E 2C 48 32
Octal 334 252 45 0 27 123 16 54 110 62
Binary 11011100 10101010 100101 0 10111 1010011 1110 101100 1001000 110010

Color Harmonies of #DCAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA25

Black with #DCAA25

Text Example


Text Example

White with #DCAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA25; }

 p { color: rgb(220,170,37); }

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

background-color css

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

 a { background-color: rgb(220,170,37); }

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

border-color css

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

 span { border-color: rgb(220,170,37); }

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