Html Css Color HEX #DD9672 Feldspar

📋 copy color: '#DD9672'

red 221 ◦ green 150 ◦ blue 114

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

Shades of Feldspar #DD9672

Tints of Feldspar #DD9672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.93%

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

R = 45.57%
G = 30.93%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD9672 (or 0xDD9672) is known color: Feldspar. HEX triplet: DD, 96 and 72. RGB value is (221,150,114). Sum of RGB (Red+Green+Blue) = 221+150+114=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9672 is #22698D. Grayscale: #A7A7A7. Windows color (decimal): -2255246 or 7509725. OLE color: 7509725.

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

Color convert

RGB 221 150 114 -
CMYK 0 0.32 0.48 0.13
HSL 20.19º 0.61% 0.66% -
HSV(B) 20.19º 0.48% 0.87% -
XYZ 43.76 38.4 21.02 -
YUV 167.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 221 150 114 0 0.32 0.48 0.13 20.19 0.61 0.66
Hex DD 96 72 0 20 30 D 14 3D 42
Octal 335 226 162 0 40 60 15 24 75 102
Binary 11011101 10010110 1110010 0 100000 110000 1101 10100 111101 1000010

Color Harmonies of #DD9672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9672

Black with #DD9672

Text Example


Text Example

White with #DD9672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9672; }

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

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

background-color css

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

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

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

border-color css

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

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

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