Html Css Color HEX #DDA421 Galliano

📋 copy color: '#DDA421'

red 221 ◦ green 164 ◦ blue 33

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

Shades of Galliano #DDA421

Tints of Galliano #DDA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.23%

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

R = 52.87%
G = 39.23%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDA421 (or 0xDDA421) is known color: Galliano. HEX triplet: DD, A4 and 21. RGB value is (221,164,33). Sum of RGB (Red+Green+Blue) = 221+164+33=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA421 is #225BDE. Grayscale: #A6A6A6. Windows color (decimal): -2251743 or 2204893. OLE color: 2204893.

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

Color convert

RGB 221 164 33 -
CMYK 0 0.26 0.85 0.13
HSL 41.81º 0.74% 0.5% -
HSV(B) 41.81º 0.85% 0.87% -
XYZ 43.37 42.03 7.27 -
YUV 166.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 221 164 33 0 0.26 0.85 0.13 41.81 0.74 0.5
Hex DD A4 21 0 1A 55 D 2A 4A 32
Octal 335 244 41 0 32 125 15 52 112 62
Binary 11011101 10100100 100001 0 11010 1010101 1101 101010 1001010 110010

Color Harmonies of #DDA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA421

Black with #DDA421

Text Example


Text Example

White with #DDA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA421; }

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

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

background-color css

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

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

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

border-color css

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

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

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