Html Css Color HEX #DDB47A Maize

📋 copy color: '#DDB47A'

red 221 ◦ green 180 ◦ blue 122

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

Shades of Maize #DDB47A

Tints of Maize #DDB47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.33%

R = 42.26%
G = 34.42%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDB47A (or 0xDDB47A) is known color: Maize. HEX triplet: DD, B4 and 7A. RGB value is (221,180,122). Sum of RGB (Red+Green+Blue) = 221+180+122=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB47A is #224B85. Grayscale: #B9B9B9. Windows color (decimal): -2247558 or 8041693. OLE color: 8041693.

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

Color convert

RGB 221 180 122 -
CMYK 0 0.19 0.45 0.13
HSL 35.15º 0.59% 0.67% -
HSV(B) 35.15º 0.45% 0.87% -
XYZ 49.65 49.42 25.33 -
YUV 185.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 221 180 122 0 0.19 0.45 0.13 35.15 0.59 0.67
Hex DD B4 7A 0 13 2D D 23 3B 43
Octal 335 264 172 0 23 55 15 43 73 103
Binary 11011101 10110100 1111010 0 10011 101101 1101 100011 111011 1000011

Color Harmonies of #DDB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB47A

Black with #DDB47A

Text Example


Text Example

White with #DDB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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