Html Css Color HEX #DD9673 Feldspar

📋 copy color: '#DD9673'

red 221 ◦ green 150 ◦ blue 115

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

Shades of Feldspar #DD9673

Tints of Feldspar #DD9673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.66%

R = 45.47%
G = 30.86%
B = 23.66%

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

#DD9673 (or 0xDD9673) is known color: Feldspar. HEX triplet: DD, 96 and 73. RGB value is (221,150,115). Sum of RGB (Red+Green+Blue) = 221+150+115=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9673 is #22698C. Grayscale: #A7A7A7. Windows color (decimal): -2255245 or 7575261. OLE color: 7575261.

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

Color convert

RGB 221 150 115 -
CMYK 0 0.32 0.48 0.13
HSL 19.81º 0.61% 0.66% -
HSV(B) 19.81º 0.48% 0.87% -
XYZ 43.82 38.42 21.33 -
YUV 167.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 221 150 115 0 0.32 0.48 0.13 19.81 0.61 0.66
Hex DD 96 73 0 20 30 D 14 3D 42
Octal 335 226 163 0 40 60 15 24 75 102
Binary 11011101 10010110 1110011 0 100000 110000 1101 10100 111101 1000010

Color Harmonies of #DD9673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9673

Black with #DD9673

Text Example


Text Example

White with #DD9673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9673; }

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

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

background-color css

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

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

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

border-color css

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

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

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