Html Css Color HEX #DDA027 Galliano

📋 copy color: '#DDA027'

red 221 ◦ green 160 ◦ blue 39

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

Shades of Galliano #DDA027

Tints of Galliano #DDA027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

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

R = 52.62%
G = 38.1%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDA027 (or 0xDDA027) is known color: Galliano. HEX triplet: DD, A0 and 27. RGB value is (221,160,39). Sum of RGB (Red+Green+Blue) = 221+160+39=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA027 is #225FD8. Grayscale: #A4A4A4. Windows color (decimal): -2252761 or 2597085. OLE color: 2597085.

HSL color Cylindrical-coordinate representation of color #DDA027: hue angle of 39.89º 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 #DDA027 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 39 -
CMYK 0 0.28 0.82 0.13
HSL 39.89º 0.73% 0.51% -
HSV(B) 39.89º 0.82% 0.87% -
XYZ 42.76 40.66 7.51 -
YUV 164.45 57.21 168.34 -
System Red Green Blue C M Y K H S L
Decimal 221 160 39 0 0.28 0.82 0.13 39.89 0.73 0.51
Hex DD A0 27 0 1C 52 D 28 49 33
Octal 335 240 47 0 34 122 15 50 111 63
Binary 11011101 10100000 100111 0 11100 1010010 1101 101000 1001001 110011

Color Harmonies of #DDA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA027

Black with #DDA027

Text Example


Text Example

White with #DDA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA027; }

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

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

background-color css

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

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

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

border-color css

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

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

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