Html Css Color HEX #DDB780 Maize

📋 copy color: '#DDB780'

red 221 ◦ green 183 ◦ blue 128

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

Shades of Maize #DDB780

Tints of Maize #DDB780

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.4%

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

R = 41.54%
G = 34.4%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDB780 (or 0xDDB780) is known color: Maize. HEX triplet: DD, B7 and 80. RGB value is (221,183,128). Sum of RGB (Red+Green+Blue) = 221+183+128=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB780 is #22487F. Grayscale: #BCBCBC. Windows color (decimal): -2246784 or 8435677. OLE color: 8435677.

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

Color convert

RGB 221 183 128 -
CMYK 0 0.17 0.42 0.13
HSL 35.48º 0.58% 0.68% -
HSV(B) 35.48º 0.42% 0.87% -
XYZ 50.65 50.8 27.56 -
YUV 188.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 221 183 128 0 0.17 0.42 0.13 35.48 0.58 0.68
Hex DD B7 80 0 11 2A D 23 3A 44
Octal 335 267 200 0 21 52 15 43 72 104
Binary 11011101 10110111 10000000 0 10001 101010 1101 100011 111010 1000100

Color Harmonies of #DDB780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB780

Black with #DDB780

Text Example


Text Example

White with #DDB780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB780; }

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

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

background-color css

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

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

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

border-color css

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

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

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