Html Css Color HEX #DDA021 Galliano

📋 copy color: '#DDA021'

red 221 ◦ green 160 ◦ blue 33

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

Shades of Galliano #DDA021

Tints of Galliano #DDA021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.97%

R = 53.38%
G = 38.65%
B = 7.97%

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

#DDA021 (or 0xDDA021) is known color: Galliano. HEX triplet: DD, A0 and 21. RGB value is (221,160,33). Sum of RGB (Red+Green+Blue) = 221+160+33=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA021 is #225FDE. Grayscale: #A4A4A4. Windows color (decimal): -2252767 or 2203869. OLE color: 2203869.

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

Color convert

RGB 221 160 33 -
CMYK 0 0.28 0.85 0.13
HSL 40.53º 0.74% 0.5% -
HSV(B) 40.53º 0.85% 0.87% -
XYZ 42.66 40.62 7.03 -
YUV 163.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 221 160 33 0 0.28 0.85 0.13 40.53 0.74 0.5
Hex DD A0 21 0 1C 55 D 29 4A 32
Octal 335 240 41 0 34 125 15 51 112 62
Binary 11011101 10100000 100001 0 11100 1010101 1101 101001 1001010 110010

Color Harmonies of #DDA021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA021

Black with #DDA021

Text Example


Text Example

White with #DDA021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA021; }

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

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

background-color css

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

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

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

border-color css

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

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

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