Html Css Color HEX #DDB575 Maize

📋 copy color: '#DDB575'

red 221 ◦ green 181 ◦ blue 117

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

Shades of Maize #DDB575

Tints of Maize #DDB575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 42.58%
G = 34.87%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDB575 (or 0xDDB575) is known color: Maize. HEX triplet: DD, B5 and 75. RGB value is (221,181,117). Sum of RGB (Red+Green+Blue) = 221+181+117=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB575 is #224A8A. Grayscale: #B9B9B9. Windows color (decimal): -2247307 or 7714269. OLE color: 7714269.

HSL color Cylindrical-coordinate representation of color #DDB575: hue angle of 36.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDB575 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 117 -
CMYK 0 0.18 0.47 0.13
HSL 36.92º 0.6% 0.66% -
HSV(B) 36.92º 0.47% 0.87% -
XYZ 49.55 49.7 23.81 -
YUV 185.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 221 181 117 0 0.18 0.47 0.13 36.92 0.6 0.66
Hex DD B5 75 0 12 2F D 25 3C 42
Octal 335 265 165 0 22 57 15 45 74 102
Binary 11011101 10110101 1110101 0 10010 101111 1101 100101 111100 1000010

Color Harmonies of #DDB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB575

Black with #DDB575

Text Example


Text Example

White with #DDB575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB575; }

 p { color: rgb(221,181,117); }

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

background-color css

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

 a { background-color: rgb(221,181,117); }

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

border-color css

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

 span { border-color: rgb(221,181,117); }

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