Html Css Color HEX #DDB47E Maize

📋 copy color: '#DDB47E'

red 221 ◦ green 180 ◦ blue 126

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

Shades of Maize #DDB47E

Tints of Maize #DDB47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.91%

R = 41.94%
G = 34.16%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDB47E (or 0xDDB47E) is known color: Maize. HEX triplet: DD, B4 and 7E. RGB value is (221,180,126). Sum of RGB (Red+Green+Blue) = 221+180+126=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB47E is #224B81. Grayscale: #BABABA. Windows color (decimal): -2247554 or 8303837. OLE color: 8303837.

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

Color convert

RGB 221 180 126 -
CMYK 0 0.19 0.43 0.13
HSL 34.11º 0.58% 0.68% -
HSV(B) 34.11º 0.43% 0.87% -
XYZ 49.91 49.52 26.67 -
YUV 186.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 221 180 126 0 0.19 0.43 0.13 34.11 0.58 0.68
Hex DD B4 7E 0 13 2B D 22 3A 44
Octal 335 264 176 0 23 53 15 42 72 104
Binary 11011101 10110100 1111110 0 10011 101011 1101 100010 111010 1000100

Color Harmonies of #DDB47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB47E

Black with #DDB47E

Text Example


Text Example

White with #DDB47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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