Html Css Color HEX #DDB97E Maize

📋 copy color: '#DDB97E'

red 221 ◦ green 185 ◦ blue 126

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

Shades of Maize #DDB97E

Tints of Maize #DDB97E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

 BLUE value IS 126 (49.61% from 255) = 23.68%

R = 41.54%
G = 34.77%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDB97E (or 0xDDB97E) is known color: Maize. HEX triplet: DD, B9 and 7E. RGB value is (221,185,126). Sum of RGB (Red+Green+Blue) = 221+185+126=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB97E is #224681. Grayscale: #BDBDBD. Windows color (decimal): -2246274 or 8305117. OLE color: 8305117.

HSL color Cylindrical-coordinate representation of color #DDB97E: hue angle of 37.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDB97E is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 126 -
CMYK 0 0.16 0.43 0.13
HSL 37.26º 0.58% 0.68% -
HSV(B) 37.26º 0.43% 0.87% -
XYZ 50.93 51.58 27.01 -
YUV 189.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 221 185 126 0 0.16 0.43 0.13 37.26 0.58 0.68
Hex DD B9 7E 0 10 2B D 25 3A 44
Octal 335 271 176 0 20 53 15 45 72 104
Binary 11011101 10111001 1111110 0 10000 101011 1101 100101 111010 1000100

Color Harmonies of #DDB97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB97E

Black with #DDB97E

Text Example


Text Example

White with #DDB97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB97E; }

 p { color: rgb(221,185,126); }

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

background-color css

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

 a { background-color: rgb(221,185,126); }

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

border-color css

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

 span { border-color: rgb(221,185,126); }

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