Html Css Color HEX #DDB775 Maize

📋 copy color: '#DDB775'

red 221 ◦ green 183 ◦ blue 117

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

Shades of Maize #DDB775

Tints of Maize #DDB775

RGB

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

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

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

R = 42.42%
G = 35.12%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDB775 (or 0xDDB775) is known color: Maize. HEX triplet: DD, B7 and 75. RGB value is (221,183,117). Sum of RGB (Red+Green+Blue) = 221+183+117=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB775 is #22488A. Grayscale: #BBBBBB. Windows color (decimal): -2246795 or 7714781. OLE color: 7714781.

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

Color convert

RGB 221 183 117 -
CMYK 0 0.17 0.47 0.13
HSL 38.08º 0.6% 0.66% -
HSV(B) 38.08º 0.47% 0.87% -
XYZ 49.96 50.52 23.95 -
YUV 186.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 221 183 117 0 0.17 0.47 0.13 38.08 0.6 0.66
Hex DD B7 75 0 11 2F D 26 3C 42
Octal 335 267 165 0 21 57 15 46 74 102
Binary 11011101 10110111 1110101 0 10001 101111 1101 100110 111100 1000010

Color Harmonies of #DDB775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB775

Black with #DDB775

Text Example


Text Example

White with #DDB775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB775; }

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

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

background-color css

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

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

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

border-color css

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

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

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