Html Css Color HEX #DDA122 Galliano

📋 copy color: '#DDA122'

red 221 ◦ green 161 ◦ blue 34

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

Shades of Galliano #DDA122

Tints of Galliano #DDA122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.17%

R = 53.13%
G = 38.7%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDA122 (or 0xDDA122) is known color: Galliano. HEX triplet: DD, A1 and 22. RGB value is (221,161,34). Sum of RGB (Red+Green+Blue) = 221+161+34=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA122 is #225EDD. Grayscale: #A5A5A5. Windows color (decimal): -2252510 or 2269661. OLE color: 2269661.

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

Color convert

RGB 221 161 34 -
CMYK 0 0.27 0.85 0.13
HSL 40.75º 0.73% 0.5% -
HSV(B) 40.75º 0.85% 0.87% -
XYZ 42.85 40.98 7.16 -
YUV 164.46 54.38 168.33 -
System Red Green Blue C M Y K H S L
Decimal 221 161 34 0 0.27 0.85 0.13 40.75 0.73 0.5
Hex DD A1 22 0 1B 55 D 29 49 32
Octal 335 241 42 0 33 125 15 51 111 62
Binary 11011101 10100001 100010 0 11011 1010101 1101 101001 1001001 110010

Color Harmonies of #DDA122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA122

Black with #DDA122

Text Example


Text Example

White with #DDA122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA122; }

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

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

background-color css

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

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

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

border-color css

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

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

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