Html Css Color HEX #DDB379 Maize

📋 copy color: '#DDB379'

red 221 ◦ green 179 ◦ blue 121

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

Shades of Maize #DDB379

Tints of Maize #DDB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 121 (47.66% from 255) = 23.22%

R = 42.42%
G = 34.36%
B = 23.22%

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

#DDB379 (or 0xDDB379) is known color: Maize. HEX triplet: DD, B3 and 79. RGB value is (221,179,121). Sum of RGB (Red+Green+Blue) = 221+179+121=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB379 is #224C86. Grayscale: #B9B9B9. Windows color (decimal): -2247815 or 7975901. OLE color: 7975901.

HSL color Cylindrical-coordinate representation of color #DDB379: hue angle of 34.8º degrees, saturation: 0.6, 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 #DDB379 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 121 -
CMYK 0 0.19 0.45 0.13
HSL 34.8º 0.6% 0.67% -
HSV(B) 34.8º 0.45% 0.87% -
XYZ 49.39 48.99 24.94 -
YUV 184.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 221 179 121 0 0.19 0.45 0.13 34.8 0.6 0.67
Hex DD B3 79 0 13 2D D 23 3C 43
Octal 335 263 171 0 23 55 15 43 74 103
Binary 11011101 10110011 1111001 0 10011 101101 1101 100011 111100 1000011

Color Harmonies of #DDB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB379

Black with #DDB379

Text Example


Text Example

White with #DDB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB379; }

 p { color: rgb(221,179,121); }

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

background-color css

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

 a { background-color: rgb(221,179,121); }

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

border-color css

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

 span { border-color: rgb(221,179,121); }

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