Html Css Color HEX #DDA029 Galliano

📋 copy color: '#DDA029'

red 221 ◦ green 160 ◦ blue 41

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

Shades of Galliano #DDA029

Tints of Galliano #DDA029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.72%

R = 52.37%
G = 37.91%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDA029 (or 0xDDA029) is known color: Galliano. HEX triplet: DD, A0 and 29. RGB value is (221,160,41). Sum of RGB (Red+Green+Blue) = 221+160+41=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA029 is #225FD6. Grayscale: #A5A5A5. Windows color (decimal): -2252759 or 2728157. OLE color: 2728157.

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

Color convert

RGB 221 160 41 -
CMYK 0 0.28 0.81 0.13
HSL 39.67º 0.73% 0.51% -
HSV(B) 39.67º 0.81% 0.87% -
XYZ 42.79 40.67 7.69 -
YUV 164.67 58.21 168.18 -
System Red Green Blue C M Y K H S L
Decimal 221 160 41 0 0.28 0.81 0.13 39.67 0.73 0.51
Hex DD A0 29 0 1C 51 D 28 49 33
Octal 335 240 51 0 34 121 15 50 111 63
Binary 11011101 10100000 101001 0 11100 1010001 1101 101000 1001001 110011

Color Harmonies of #DDA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA029

Black with #DDA029

Text Example


Text Example

White with #DDA029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA029; }

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

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

background-color css

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

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

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

border-color css

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

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

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