Html Css Color HEX #DDB779 Maize

📋 copy color: '#DDB779'

red 221 ◦ green 183 ◦ blue 121

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

Shades of Maize #DDB779

Tints of Maize #DDB779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

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

R = 42.1%
G = 34.86%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDB779 (or 0xDDB779) is known color: Maize. HEX triplet: DD, B7 and 79. RGB value is (221,183,121). Sum of RGB (Red+Green+Blue) = 221+183+121=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB779 is #224886. Grayscale: #BBBBBB. Windows color (decimal): -2246791 or 7976925. OLE color: 7976925.

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

Color convert

RGB 221 183 121 -
CMYK 0 0.17 0.45 0.13
HSL 37.2º 0.6% 0.67% -
HSV(B) 37.2º 0.45% 0.87% -
XYZ 50.2 50.62 25.21 -
YUV 187.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 221 183 121 0 0.17 0.45 0.13 37.2 0.6 0.67
Hex DD B7 79 0 11 2D D 25 3C 43
Octal 335 267 171 0 21 55 15 45 74 103
Binary 11011101 10110111 1111001 0 10001 101101 1101 100101 111100 1000011

Color Harmonies of #DDB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB779

Black with #DDB779

Text Example


Text Example

White with #DDB779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB779; }

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

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

background-color css

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

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

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

border-color css

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

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

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