Html Css Color HEX #DDA729 Galliano

📋 copy color: '#DDA729'

red 221 ◦ green 167 ◦ blue 41

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

Shades of Galliano #DDA729

Tints of Galliano #DDA729

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

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

R = 51.52%
G = 38.93%
B = 9.56%

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

#DDA729 (or 0xDDA729) is known color: Galliano. HEX triplet: DD, A7 and 29. RGB value is (221,167,41). Sum of RGB (Red+Green+Blue) = 221+167+41=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA729 is #2258D6. Grayscale: #A9A9A9. Windows color (decimal): -2250967 or 2729949. OLE color: 2729949.

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

Color convert

RGB 221 167 41 -
CMYK 0 0.24 0.81 0.13
HSL 42º 0.73% 0.51% -
HSV(B) 42º 0.81% 0.87% -
XYZ 44.04 43.17 8.11 -
YUV 168.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 221 167 41 0 0.24 0.81 0.13 42 0.73 0.51
Hex DD A7 29 0 18 51 D 2A 49 33
Octal 335 247 51 0 30 121 15 52 111 63
Binary 11011101 10100111 101001 0 11000 1010001 1101 101010 1001001 110011

Color Harmonies of #DDA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA729

Black with #DDA729

Text Example


Text Example

White with #DDA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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