Html Css Color HEX #DDB578 Maize

📋 copy color: '#DDB578'

red 221 ◦ green 181 ◦ blue 120

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

Shades of Maize #DDB578

Tints of Maize #DDB578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.99%

R = 42.34%
G = 34.67%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDB578 (or 0xDDB578) is known color: Maize. HEX triplet: DD, B5 and 78. RGB value is (221,181,120). Sum of RGB (Red+Green+Blue) = 221+181+120=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB578 is #224A87. Grayscale: #BABABA. Windows color (decimal): -2247304 or 7910877. OLE color: 7910877.

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

Color convert

RGB 221 181 120 -
CMYK 0 0.18 0.46 0.13
HSL 36.24º 0.6% 0.67% -
HSV(B) 36.24º 0.46% 0.87% -
XYZ 49.73 49.78 24.76 -
YUV 186.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 221 181 120 0 0.18 0.46 0.13 36.24 0.6 0.67
Hex DD B5 78 0 12 2E D 24 3C 43
Octal 335 265 170 0 22 56 15 44 74 103
Binary 11011101 10110101 1111000 0 10010 101110 1101 100100 111100 1000011

Color Harmonies of #DDB578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB578

Black with #DDB578

Text Example


Text Example

White with #DDB578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB578; }

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

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

background-color css

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

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

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

border-color css

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

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

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