Html Css Color HEX #DDD4B4 Wheatfield

📋 copy color: '#DDD4B4'

red 221 ◦ green 212 ◦ blue 180

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

Shades of Wheatfield #DDD4B4

Tints of Wheatfield #DDD4B4

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.58%

 BLUE value IS 180 (70.7% from 255) = 29.36%

R = 36.05%
G = 34.58%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDD4B4 (or 0xDDD4B4) is known color: Wheatfield. HEX triplet: DD, D4 and B4. RGB value is (221,212,180). Sum of RGB (Red+Green+Blue) = 221+212+180=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4B4 is #222B4B. Grayscale: #D3D3D3. Windows color (decimal): -2239308 or 11850973. OLE color: 11850973.

HSL color Cylindrical-coordinate representation of color #DDD4B4: hue angle of 46.83º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDD4B4 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 180 -
CMYK 0 0.04 0.19 0.13
HSL 46.83º 0.38% 0.79% -
HSV(B) 46.83º 0.19% 0.87% -
XYZ 61.6 65.75 52.63 -
YUV 211.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 221 212 180 0 0.04 0.19 0.13 46.83 0.38 0.79
Hex DD D4 B4 0 4 13 D 2F 26 4F
Octal 335 324 264 0 4 23 15 57 46 117
Binary 11011101 11010100 10110100 0 100 10011 1101 101111 100110 1001111

Color Harmonies of #DDD4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4B4

Black with #DDD4B4

Text Example


Text Example

White with #DDD4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4B4; }

 p { color: rgb(221,212,180); }

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

background-color css

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

 a { background-color: rgb(221,212,180); }

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

border-color css

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

 span { border-color: rgb(221,212,180); }

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