#DD9372

Color #DD9372 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #DD9372

Tints of Feldspar #DD9372

Color information

#DD9372 (or 0xDD9372) is unknown color: approx Feldspar. HEX triplet: DD, 93 and 72. RGB value is (221,147,114). Sum of RGB (Red+Green+Blue) = 221+147+114=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9372 is #226C8D. Grayscale: #A5A5A5. Windows color (decimal): -2256014 or 7508957. OLE color: 7508957.

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

Color convert

RGB221147114-
CMYK00.330.480.13
HSL18.5º61.14%65.69%-
HSV(B)18.5º48.42%86.67%-
XYZ43.2937.4520.87-
YUV165.3699.02167.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=45.85%
G=30.50%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114711400.330.480.1318.561.1465.69
HexDD937202130D133d42
Octal33522316204160152375102
Binary1101110110010011111001001000011100001101100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9372; }

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

 H1.HeaderClassName
 {
   color: #DD9372;
 }
 .AnyTagClassName
 {
   color: #DD9372;
 }
</style>
background-color css

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

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

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

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

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

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