Html Css Color HEX #DDB981 Maize

📋 copy color: '#DDB981'

red 221 ◦ green 185 ◦ blue 129

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

Shades of Maize #DDB981

Tints of Maize #DDB981

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

 BLUE value IS 129 (50.78% from 255) = 24.11%

R = 41.31%
G = 34.58%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDB981 (or 0xDDB981) is known color: Maize. HEX triplet: DD, B9 and 81. RGB value is (221,185,129). Sum of RGB (Red+Green+Blue) = 221+185+129=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB981 is #22467E. Grayscale: #BDBDBD. Windows color (decimal): -2246271 or 8501725. OLE color: 8501725.

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

Color convert

RGB 221 185 129 -
CMYK 0 0.16 0.42 0.13
HSL 36.52º 0.58% 0.69% -
HSV(B) 36.52º 0.42% 0.87% -
XYZ 51.13 51.66 28.04 -
YUV 189.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 221 185 129 0 0.16 0.42 0.13 36.52 0.58 0.69
Hex DD B9 81 0 10 2A D 25 3A 45
Octal 335 271 201 0 20 52 15 45 72 105
Binary 11011101 10111001 10000001 0 10000 101010 1101 100101 111010 1000101

Color Harmonies of #DDB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB981

Black with #DDB981

Text Example


Text Example

White with #DDB981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB981; }

 p { color: rgb(221,185,129); }

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

background-color css

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

 a { background-color: rgb(221,185,129); }

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

border-color css

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

 span { border-color: rgb(221,185,129); }

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