Html Css Color HEX #DD9674 Feldspar

📋 copy color: '#DD9674'

red 221 ◦ green 150 ◦ blue 116

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

Shades of Feldspar #DD9674

Tints of Feldspar #DD9674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 45.38%
G = 30.8%
B = 23.82%

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

#DD9674 (or 0xDD9674) is known color: Feldspar. HEX triplet: DD, 96 and 74. RGB value is (221,150,116). Sum of RGB (Red+Green+Blue) = 221+150+116=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9674 is #22698B. Grayscale: #A7A7A7. Windows color (decimal): -2255244 or 7640797. OLE color: 7640797.

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

Color convert

RGB 221 150 116 -
CMYK 0 0.32 0.48 0.13
HSL 19.43º 0.61% 0.66% -
HSV(B) 19.43º 0.48% 0.87% -
XYZ 43.88 38.45 21.63 -
YUV 167.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 221 150 116 0 0.32 0.48 0.13 19.43 0.61 0.66
Hex DD 96 74 0 20 30 D 13 3D 42
Octal 335 226 164 0 40 60 15 23 75 102
Binary 11011101 10010110 1110100 0 100000 110000 1101 10011 111101 1000010

Color Harmonies of #DD9674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9674

Black with #DD9674

Text Example


Text Example

White with #DD9674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9674; }

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

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

background-color css

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

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

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

border-color css

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

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

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