Html Css Color HEX #DF9870 Feldspar

📋 copy color: '#DF9870'

red 223 ◦ green 152 ◦ blue 112

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

Shades of Feldspar #DF9870

Tints of Feldspar #DF9870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.21%

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

R = 45.79%
G = 31.21%
B = 23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF9870 (or 0xDF9870) is known color: Feldspar. HEX triplet: DF, 98 and 70. RGB value is (223,152,112). Sum of RGB (Red+Green+Blue) = 223+152+112=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9870 is #20678F. Grayscale: #A8A8A8. Windows color (decimal): -2123664 or 7379167. OLE color: 7379167.

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

Color convert

RGB 223 152 112 -
CMYK 0 0.32 0.50 0.13
HSL 21.62º 0.63% 0.66% -
HSV(B) 21.62º 0.5% 0.87% -
XYZ 44.58 39.31 20.57 -
YUV 168.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 223 152 112 0 0.32 0.50 0.13 21.62 0.63 0.66
Hex DF 98 70 0 20 32 D 16 3F 42
Octal 337 230 160 0 40 62 15 26 77 102
Binary 11011111 10011000 1110000 0 100000 110010 1101 10110 111111 1000010

Color Harmonies of #DF9870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9870

Black with #DF9870

Text Example


Text Example

White with #DF9870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9870; }

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

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

background-color css

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

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

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

border-color css

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

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

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