Html Css Color HEX #DD9975 Feldspar

📋 copy color: '#DD9975'

red 221 ◦ green 153 ◦ blue 117

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

Shades of Feldspar #DD9975

Tints of Feldspar #DD9975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.16%

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 45.01%
G = 31.16%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9975 (or 0xDD9975) is known color: Feldspar. HEX triplet: DD, 99 and 75. RGB value is (221,153,117). Sum of RGB (Red+Green+Blue) = 221+153+117=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9975 is #22668A. Grayscale: #A9A9A9. Windows color (decimal): -2254475 or 7707101. OLE color: 7707101.

HSL color Cylindrical-coordinate representation of color #DD9975: hue angle of 20.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD9975 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 117 -
CMYK 0 0.31 0.47 0.13
HSL 20.77º 0.6% 0.66% -
HSV(B) 20.77º 0.47% 0.87% -
XYZ 44.42 39.44 22.1 -
YUV 169.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 221 153 117 0 0.31 0.47 0.13 20.77 0.6 0.66
Hex DD 99 75 0 1F 2F D 15 3C 42
Octal 335 231 165 0 37 57 15 25 74 102
Binary 11011101 10011001 1110101 0 11111 101111 1101 10101 111100 1000010

Color Harmonies of #DD9975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9975

Black with #DD9975

Text Example


Text Example

White with #DD9975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9975; }

 p { color: rgb(221,153,117); }

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

background-color css

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

 a { background-color: rgb(221,153,117); }

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

border-color css

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

 span { border-color: rgb(221,153,117); }

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