Html Css Color HEX #DDB680 Maize

📋 copy color: '#DDB680'

red 221 ◦ green 182 ◦ blue 128

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

Shades of Maize #DDB680

Tints of Maize #DDB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.27%

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

R = 41.62%
G = 34.27%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDB680 (or 0xDDB680) is known color: Maize. HEX triplet: DD, B6 and 80. RGB value is (221,182,128). Sum of RGB (Red+Green+Blue) = 221+182+128=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB680 is #22497F. Grayscale: #BBBBBB. Windows color (decimal): -2247040 or 8435421. OLE color: 8435421.

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

Color convert

RGB 221 182 128 -
CMYK 0 0.18 0.42 0.13
HSL 34.84º 0.58% 0.68% -
HSV(B) 34.84º 0.42% 0.87% -
XYZ 50.44 50.39 27.49 -
YUV 187.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 221 182 128 0 0.18 0.42 0.13 34.84 0.58 0.68
Hex DD B6 80 0 12 2A D 23 3A 44
Octal 335 266 200 0 22 52 15 43 72 104
Binary 11011101 10110110 10000000 0 10010 101010 1101 100011 111010 1000100

Color Harmonies of #DDB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB680

Black with #DDB680

Text Example


Text Example

White with #DDB680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB680; }

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

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

background-color css

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

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

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

border-color css

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

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

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