Html Css Color HEX #DDA225 Galliano

📋 copy color: '#DDA225'

red 221 ◦ green 162 ◦ blue 37

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

Shades of Galliano #DDA225

Tints of Galliano #DDA225

RGB

 RED value IS 221 (86.72% from 255) = 52.62%

 GREEN value IS 162 (63.67% from 255) = 38.57%

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

R = 52.62%
G = 38.57%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDA225 (or 0xDDA225) is known color: Galliano. HEX triplet: DD, A2 and 25. RGB value is (221,162,37). Sum of RGB (Red+Green+Blue) = 221+162+37=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA225 is #225DDA. Grayscale: #A5A5A5. Windows color (decimal): -2252251 or 2466525. OLE color: 2466525.

HSL color Cylindrical-coordinate representation of color #DDA225: hue angle of 40.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDA225 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 37 -
CMYK 0 0.27 0.83 0.13
HSL 40.76º 0.73% 0.51% -
HSV(B) 40.76º 0.83% 0.87% -
XYZ 43.07 41.35 7.46 -
YUV 165.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 221 162 37 0 0.27 0.83 0.13 40.76 0.73 0.51
Hex DD A2 25 0 1B 53 D 29 49 33
Octal 335 242 45 0 33 123 15 51 111 63
Binary 11011101 10100010 100101 0 11011 1010011 1101 101001 1001001 110011

Color Harmonies of #DDA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA225

Black with #DDA225

Text Example


Text Example

White with #DDA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA225; }

 p { color: rgb(221,162,37); }

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

background-color css

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

 a { background-color: rgb(221,162,37); }

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

border-color css

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

 span { border-color: rgb(221,162,37); }

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