Html Css Color HEX #DDB87A Maize

📋 copy color: '#DDB87A'

red 221 ◦ green 184 ◦ blue 122

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

Shades of Maize #DDB87A

Tints of Maize #DDB87A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.91%

 BLUE value IS 122 (48.05% from 255) = 23.15%

R = 41.94%
G = 34.91%
B = 23.15%

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

#DDB87A (or 0xDDB87A) is known color: Maize. HEX triplet: DD, B8 and 7A. RGB value is (221,184,122). Sum of RGB (Red+Green+Blue) = 221+184+122=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB87A is #224785. Grayscale: #BCBCBC. Windows color (decimal): -2246534 or 8042717. OLE color: 8042717.

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

Color convert

RGB 221 184 122 -
CMYK 0 0.17 0.45 0.13
HSL 37.58º 0.59% 0.67% -
HSV(B) 37.58º 0.45% 0.87% -
XYZ 50.47 51.06 25.61 -
YUV 188 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 221 184 122 0 0.17 0.45 0.13 37.58 0.59 0.67
Hex DD B8 7A 0 11 2D D 26 3B 43
Octal 335 270 172 0 21 55 15 46 73 103
Binary 11011101 10111000 1111010 0 10001 101101 1101 100110 111011 1000011

Color Harmonies of #DDB87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB87A

Black with #DDB87A

Text Example


Text Example

White with #DDB87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB87A; }

 p { color: rgb(221,184,122); }

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

background-color css

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

 a { background-color: rgb(221,184,122); }

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

border-color css

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

 span { border-color: rgb(221,184,122); }

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