Html Css Color HEX #DDA223 Galliano

📋 copy color: '#DDA223'

red 221 ◦ green 162 ◦ blue 35

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

Shades of Galliano #DDA223

Tints of Galliano #DDA223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.37%

R = 52.87%
G = 38.76%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDA223 (or 0xDDA223) is known color: Galliano. HEX triplet: DD, A2 and 23. RGB value is (221,162,35). Sum of RGB (Red+Green+Blue) = 221+162+35=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA223 is #225DDC. Grayscale: #A5A5A5. Windows color (decimal): -2252253 or 2335453. OLE color: 2335453.

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

Color convert

RGB 221 162 35 -
CMYK 0 0.27 0.84 0.13
HSL 40.97º 0.73% 0.5% -
HSV(B) 40.97º 0.84% 0.87% -
XYZ 43.04 41.33 7.3 -
YUV 165.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 221 162 35 0 0.27 0.84 0.13 40.97 0.73 0.5
Hex DD A2 23 0 1B 54 D 29 49 32
Octal 335 242 43 0 33 124 15 51 111 62
Binary 11011101 10100010 100011 0 11011 1010100 1101 101001 1001001 110010

Color Harmonies of #DDA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA223

Black with #DDA223

Text Example


Text Example

White with #DDA223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA223; }

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

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

background-color css

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

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

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

border-color css

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

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

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