Html Css Color HEX #DF9B70 Feldspar

📋 copy color: '#DF9B70'

red 223 ◦ green 155 ◦ blue 112

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

Shades of Feldspar #DF9B70

Tints of Feldspar #DF9B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.63%

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

R = 45.51%
G = 31.63%
B = 22.86%

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

#DF9B70 (or 0xDF9B70) is known color: Feldspar. HEX triplet: DF, 9B and 70. RGB value is (223,155,112). Sum of RGB (Red+Green+Blue) = 223+155+112=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B70 is #20648F. Grayscale: #AAAAAA. Windows color (decimal): -2122896 or 7379935. OLE color: 7379935.

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

Color convert

RGB 223 155 112 -
CMYK 0 0.30 0.50 0.13
HSL 23.24º 0.63% 0.66% -
HSV(B) 23.24º 0.5% 0.87% -
XYZ 45.08 40.3 20.73 -
YUV 170.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 223 155 112 0 0.30 0.50 0.13 23.24 0.63 0.66
Hex DF 9B 70 0 1E 32 D 17 3F 42
Octal 337 233 160 0 36 62 15 27 77 102
Binary 11011111 10011011 1110000 0 11110 110010 1101 10111 111111 1000010

Color Harmonies of #DF9B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9B70

Black with #DF9B70

Text Example


Text Example

White with #DF9B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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