Html Css Color HEX #DD9970 Feldspar

📋 copy color: '#DD9970'

red 221 ◦ green 153 ◦ blue 112

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

Shades of Feldspar #DD9970

Tints of Feldspar #DD9970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 45.47%
G = 31.48%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9970 (or 0xDD9970) is known color: Feldspar. HEX triplet: DD, 99 and 70. RGB value is (221,153,112). Sum of RGB (Red+Green+Blue) = 221+153+112=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9970 is #22668F. Grayscale: #A8A8A8. Windows color (decimal): -2254480 or 7379421. OLE color: 7379421.

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

Color convert

RGB 221 153 112 -
CMYK 0 0.31 0.49 0.13
HSL 22.57º 0.62% 0.65% -
HSV(B) 22.57º 0.49% 0.87% -
XYZ 44.13 39.32 20.59 -
YUV 168.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 221 153 112 0 0.31 0.49 0.13 22.57 0.62 0.65
Hex DD 99 70 0 1F 31 D 17 3E 41
Octal 335 231 160 0 37 61 15 27 76 101
Binary 11011101 10011001 1110000 0 11111 110001 1101 10111 111110 1000001

Color Harmonies of #DD9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9970

Black with #DD9970

Text Example


Text Example

White with #DD9970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9970; }

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

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

background-color css

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

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

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

border-color css

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

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

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