Html Css Color HEX #DDB480 Maize

📋 copy color: '#DDB480'

red 221 ◦ green 180 ◦ blue 128

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

Shades of Maize #DDB480

Tints of Maize #DDB480

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.03%

 BLUE value IS 128 (50.39% from 255) = 24.2%

R = 41.78%
G = 34.03%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDB480 (or 0xDDB480) is known color: Maize. HEX triplet: DD, B4 and 80. RGB value is (221,180,128). Sum of RGB (Red+Green+Blue) = 221+180+128=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB480 is #224B7F. Grayscale: #BABABA. Windows color (decimal): -2247552 or 8434909. OLE color: 8434909.

HSL color Cylindrical-coordinate representation of color #DDB480: hue angle of 33.55º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDB480 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 128 -
CMYK 0 0.19 0.42 0.13
HSL 33.55º 0.58% 0.68% -
HSV(B) 33.55º 0.42% 0.87% -
XYZ 50.04 49.57 27.35 -
YUV 186.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 221 180 128 0 0.19 0.42 0.13 33.55 0.58 0.68
Hex DD B4 80 0 13 2A D 22 3A 44
Octal 335 264 200 0 23 52 15 42 72 104
Binary 11011101 10110100 10000000 0 10011 101010 1101 100010 111010 1000100

Color Harmonies of #DDB480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB480

Black with #DDB480

Text Example


Text Example

White with #DDB480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB480; }

 p { color: rgb(221,180,128); }

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

background-color css

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

 a { background-color: rgb(221,180,128); }

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

border-color css

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

 span { border-color: rgb(221,180,128); }

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