Html Css Color HEX #DF9C70 Feldspar

📋 copy color: '#DF9C70'

red 223 ◦ green 156 ◦ blue 112

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

Shades of Feldspar #DF9C70

Tints of Feldspar #DF9C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

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

R = 45.42%
G = 31.77%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF9C70 (or 0xDF9C70) is known color: Feldspar. HEX triplet: DF, 9C and 70. RGB value is (223,156,112). Sum of RGB (Red+Green+Blue) = 223+156+112=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9C70 is #20638F. Grayscale: #ABABAB. Windows color (decimal): -2122640 or 7380191. OLE color: 7380191.

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

Color convert

RGB 223 156 112 -
CMYK 0 0.30 0.50 0.13
HSL 23.78º 0.63% 0.66% -
HSV(B) 23.78º 0.5% 0.87% -
XYZ 45.24 40.63 20.79 -
YUV 171.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 223 156 112 0 0.30 0.50 0.13 23.78 0.63 0.66
Hex DF 9C 70 0 1E 32 D 18 3F 42
Octal 337 234 160 0 36 62 15 30 77 102
Binary 11011111 10011100 1110000 0 11110 110010 1101 11000 111111 1000010

Color Harmonies of #DF9C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9C70

Black with #DF9C70

Text Example


Text Example

White with #DF9C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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