Html Css Color HEX #DD9572 Feldspar

📋 copy color: '#DD9572'

red 221 ◦ green 149 ◦ blue 114

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

Shades of Feldspar #DD9572

Tints of Feldspar #DD9572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

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

R = 45.66%
G = 30.79%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD9572 (or 0xDD9572) is known color: Feldspar. HEX triplet: DD, 95 and 72. RGB value is (221,149,114). Sum of RGB (Red+Green+Blue) = 221+149+114=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9572 is #226A8D. Grayscale: #A6A6A6. Windows color (decimal): -2255502 or 7509469. OLE color: 7509469.

HSL color Cylindrical-coordinate representation of color #DD9572: hue angle of 19.63º 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 #DD9572 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 114 -
CMYK 0 0.33 0.48 0.13
HSL 19.63º 0.61% 0.66% -
HSV(B) 19.63º 0.48% 0.87% -
XYZ 43.6 38.08 20.97 -
YUV 166.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 221 149 114 0 0.33 0.48 0.13 19.63 0.61 0.66
Hex DD 95 72 0 21 30 D 14 3D 42
Octal 335 225 162 0 41 60 15 24 75 102
Binary 11011101 10010101 1110010 0 100001 110000 1101 10100 111101 1000010

Color Harmonies of #DD9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9572

Black with #DD9572

Text Example


Text Example

White with #DD9572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9572; }

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

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

background-color css

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

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

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

border-color css

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

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

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