Html Css Color HEX #DDD7C4 Wheatfield

📋 copy color: '#DDD7C4'

red 221 ◦ green 215 ◦ blue 196

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

Shades of Wheatfield #DDD7C4

Tints of Wheatfield #DDD7C4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.02%

 BLUE value IS 196 (76.95% from 255) = 31.01%

R = 34.97%
G = 34.02%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DDD7C4 (or 0xDDD7C4) is known color: Wheatfield. HEX triplet: DD, D7 and C4. RGB value is (221,215,196). Sum of RGB (Red+Green+Blue) = 221+215+196=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7C4 is #22283B. Grayscale: #D6D6D6. Windows color (decimal): -2238524 or 12900317. OLE color: 12900317.

HSL color Cylindrical-coordinate representation of color #DDD7C4: hue angle of 45.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD7C4 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 196 -
CMYK 0 0.03 0.11 0.13
HSL 45.6º 0.27% 0.82% -
HSV(B) 45.6º 0.11% 0.87% -
XYZ 64.08 67.96 61.96 -
YUV 214.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 221 215 196 0 0.03 0.11 0.13 45.6 0.27 0.82
Hex DD D7 C4 0 3 B D 2E 1B 52
Octal 335 327 304 0 3 13 15 56 33 122
Binary 11011101 11010111 11000100 0 11 1011 1101 101110 11011 1010010

Color Harmonies of #DDD7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7C4

Black with #DDD7C4

Text Example


Text Example

White with #DDD7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7C4; }

 p { color: rgb(221,215,196); }

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

background-color css

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

 a { background-color: rgb(221,215,196); }

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

border-color css

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

 span { border-color: rgb(221,215,196); }

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