Html Css Color HEX #DDA129 Galliano

📋 copy color: '#DDA129'

red 221 ◦ green 161 ◦ blue 41

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

Shades of Galliano #DDA129

Tints of Galliano #DDA129

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.06%

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

R = 52.25%
G = 38.06%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDA129 (or 0xDDA129) is known color: Galliano. HEX triplet: DD, A1 and 29. RGB value is (221,161,41). Sum of RGB (Red+Green+Blue) = 221+161+41=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA129 is #225ED6. Grayscale: #A5A5A5. Windows color (decimal): -2252503 or 2728413. OLE color: 2728413.

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

Color convert

RGB 221 161 41 -
CMYK 0 0.27 0.81 0.13
HSL 40º 0.73% 0.51% -
HSV(B) 40º 0.81% 0.87% -
XYZ 42.96 41.02 7.75 -
YUV 165.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 221 161 41 0 0.27 0.81 0.13 40 0.73 0.51
Hex DD A1 29 0 1B 51 D 28 49 33
Octal 335 241 51 0 33 121 15 50 111 63
Binary 11011101 10100001 101001 0 11011 1010001 1101 101000 1001001 110011

Color Harmonies of #DDA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA129

Black with #DDA129

Text Example


Text Example

White with #DDA129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA129; }

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

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

background-color css

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

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

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

border-color css

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

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

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