Html Css Color HEX #DDA227 Galliano

📋 copy color: '#DDA227'

red 221 ◦ green 162 ◦ blue 39

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

Shades of Galliano #DDA227

Tints of Galliano #DDA227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 52.37%
G = 38.39%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDA227 (or 0xDDA227) is known color: Galliano. HEX triplet: DD, A2 and 27. RGB value is (221,162,39). Sum of RGB (Red+Green+Blue) = 221+162+39=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA227 is #225DD8. Grayscale: #A6A6A6. Windows color (decimal): -2252249 or 2597597. OLE color: 2597597.

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

Color convert

RGB 221 162 39 -
CMYK 0 0.27 0.82 0.13
HSL 40.55º 0.73% 0.51% -
HSV(B) 40.55º 0.82% 0.87% -
XYZ 43.11 41.36 7.63 -
YUV 165.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 221 162 39 0 0.27 0.82 0.13 40.55 0.73 0.51
Hex DD A2 27 0 1B 52 D 29 49 33
Octal 335 242 47 0 33 122 15 51 111 63
Binary 11011101 10100010 100111 0 11011 1010010 1101 101001 1001001 110011

Color Harmonies of #DDA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA227

Black with #DDA227

Text Example


Text Example

White with #DDA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA227; }

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

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

background-color css

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

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

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

border-color css

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

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

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