Html Css Color HEX #DDB574 Maize

📋 copy color: '#DDB574'

red 221 ◦ green 181 ◦ blue 116

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

Shades of Maize #DDB574

Tints of Maize #DDB574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.39%

R = 42.66%
G = 34.94%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB574 (or 0xDDB574) is known color: Maize. HEX triplet: DD, B5 and 74. RGB value is (221,181,116). Sum of RGB (Red+Green+Blue) = 221+181+116=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB574 is #224A8B. Grayscale: #B9B9B9. Windows color (decimal): -2247308 or 7648733. OLE color: 7648733.

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

Color convert

RGB 221 181 116 -
CMYK 0 0.18 0.48 0.13
HSL 37.14º 0.61% 0.66% -
HSV(B) 37.14º 0.48% 0.87% -
XYZ 49.5 49.68 23.5 -
YUV 185.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 221 181 116 0 0.18 0.48 0.13 37.14 0.61 0.66
Hex DD B5 74 0 12 30 D 25 3D 42
Octal 335 265 164 0 22 60 15 45 75 102
Binary 11011101 10110101 1110100 0 10010 110000 1101 100101 111101 1000010

Color Harmonies of #DDB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB574

Black with #DDB574

Text Example


Text Example

White with #DDB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB574; }

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

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

background-color css

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

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

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

border-color css

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

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

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