Html Css Color HEX #DDB47B Maize

📋 copy color: '#DDB47B'

red 221 ◦ green 180 ◦ blue 123

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

Shades of Maize #DDB47B

Tints of Maize #DDB47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.47%

R = 42.18%
G = 34.35%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDB47B (or 0xDDB47B) is known color: Maize. HEX triplet: DD, B4 and 7B. RGB value is (221,180,123). Sum of RGB (Red+Green+Blue) = 221+180+123=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB47B is #224B84. Grayscale: #BABABA. Windows color (decimal): -2247557 or 8107229. OLE color: 8107229.

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

Color convert

RGB 221 180 123 -
CMYK 0 0.19 0.44 0.13
HSL 34.9º 0.59% 0.67% -
HSV(B) 34.9º 0.44% 0.87% -
XYZ 49.72 49.44 25.66 -
YUV 185.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 221 180 123 0 0.19 0.44 0.13 34.9 0.59 0.67
Hex DD B4 7B 0 13 2C D 23 3B 43
Octal 335 264 173 0 23 54 15 43 73 103
Binary 11011101 10110100 1111011 0 10011 101100 1101 100011 111011 1000011

Color Harmonies of #DDB47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB47B

Black with #DDB47B

Text Example


Text Example

White with #DDB47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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