Html Css Color HEX #DD9972 Feldspar

📋 copy color: '#DD9972'

red 221 ◦ green 153 ◦ blue 114

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

Shades of Feldspar #DD9972

Tints of Feldspar #DD9972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.35%

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 45.29%
G = 31.35%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD9972 (or 0xDD9972) is known color: Feldspar. HEX triplet: DD, 99 and 72. RGB value is (221,153,114). Sum of RGB (Red+Green+Blue) = 221+153+114=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9972 is #22668D. Grayscale: #A9A9A9. Windows color (decimal): -2254478 or 7510493. OLE color: 7510493.

HSL color Cylindrical-coordinate representation of color #DD9972: hue angle of 21.87º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD9972 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 114 -
CMYK 0 0.31 0.48 0.13
HSL 21.87º 0.61% 0.66% -
HSV(B) 21.87º 0.48% 0.87% -
XYZ 44.25 39.37 21.19 -
YUV 168.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 221 153 114 0 0.31 0.48 0.13 21.87 0.61 0.66
Hex DD 99 72 0 1F 30 D 16 3D 42
Octal 335 231 162 0 37 60 15 26 75 102
Binary 11011101 10011001 1110010 0 11111 110000 1101 10110 111101 1000010

Color Harmonies of #DD9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9972

Black with #DD9972

Text Example


Text Example

White with #DD9972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9972; }

 p { color: rgb(221,153,114); }

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

background-color css

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

 a { background-color: rgb(221,153,114); }

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

border-color css

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

 span { border-color: rgb(221,153,114); }

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