Html Css Color HEX #DDA829 Galliano

📋 copy color: '#DDA829'

red 221 ◦ green 168 ◦ blue 41

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

Shades of Galliano #DDA829

Tints of Galliano #DDA829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.07%

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

R = 51.4%
G = 39.07%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDA829 (or 0xDDA829) is known color: Galliano. HEX triplet: DD, A8 and 29. RGB value is (221,168,41). Sum of RGB (Red+Green+Blue) = 221+168+41=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA829 is #2257D6. Grayscale: #A9A9A9. Windows color (decimal): -2250711 or 2730205. OLE color: 2730205.

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

Color convert

RGB 221 168 41 -
CMYK 0 0.24 0.81 0.13
HSL 42.33º 0.73% 0.51% -
HSV(B) 42.33º 0.81% 0.87% -
XYZ 44.22 43.54 8.17 -
YUV 169.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 221 168 41 0 0.24 0.81 0.13 42.33 0.73 0.51
Hex DD A8 29 0 18 51 D 2A 49 33
Octal 335 250 51 0 30 121 15 52 111 63
Binary 11011101 10101000 101001 0 11000 1010001 1101 101010 1001001 110011

Color Harmonies of #DDA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA829

Black with #DDA829

Text Example


Text Example

White with #DDA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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