Html Css Color HEX #DDA022 Galliano

📋 copy color: '#DDA022'

red 221 ◦ green 160 ◦ blue 34

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

Shades of Galliano #DDA022

Tints of Galliano #DDA022

RGB

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

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

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

R = 53.25%
G = 38.55%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDA022 (or 0xDDA022) is known color: Galliano. HEX triplet: DD, A0 and 22. RGB value is (221,160,34). Sum of RGB (Red+Green+Blue) = 221+160+34=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA022 is #225FDD. Grayscale: #A4A4A4. Windows color (decimal): -2252766 or 2269405. OLE color: 2269405.

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

Color convert

RGB 221 160 34 -
CMYK 0 0.28 0.85 0.13
HSL 40.43º 0.73% 0.5% -
HSV(B) 40.43º 0.85% 0.87% -
XYZ 42.68 40.63 7.11 -
YUV 163.88 54.71 168.75 -
System Red Green Blue C M Y K H S L
Decimal 221 160 34 0 0.28 0.85 0.13 40.43 0.73 0.5
Hex DD A0 22 0 1C 55 D 28 49 32
Octal 335 240 42 0 34 125 15 50 111 62
Binary 11011101 10100000 100010 0 11100 1010101 1101 101000 1001001 110010

Color Harmonies of #DDA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA022

Black with #DDA022

Text Example


Text Example

White with #DDA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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