Html Css Color HEX #DF9970 Feldspar

📋 copy color: '#DF9970'

red 223 ◦ green 153 ◦ blue 112

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

Shades of Feldspar #DF9970

Tints of Feldspar #DF9970

RGB

 RED value IS 223 (87.5% from 255) = 45.7%

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

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

R = 45.7%
G = 31.35%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF9970 (or 0xDF9970) is known color: Feldspar. HEX triplet: DF, 99 and 70. RGB value is (223,153,112). Sum of RGB (Red+Green+Blue) = 223+153+112=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9970 is #20668F. Grayscale: #A9A9A9. Windows color (decimal): -2123408 or 7379423. OLE color: 7379423.

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

Color convert

RGB 223 153 112 -
CMYK 0 0.31 0.50 0.13
HSL 22.16º 0.63% 0.66% -
HSV(B) 22.16º 0.5% 0.87% -
XYZ 44.75 39.64 20.62 -
YUV 169.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 223 153 112 0 0.31 0.50 0.13 22.16 0.63 0.66
Hex DF 99 70 0 1F 32 D 16 3F 42
Octal 337 231 160 0 37 62 15 26 77 102
Binary 11011111 10011001 1110000 0 11111 110010 1101 10110 111111 1000010

Color Harmonies of #DF9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9970

Black with #DF9970

Text Example


Text Example

White with #DF9970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9970; }

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

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

background-color css

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

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

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

border-color css

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

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

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