Html Css Color HEX #DF9A70 Feldspar

📋 copy color: '#DF9A70'

red 223 ◦ green 154 ◦ blue 112

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

Shades of Feldspar #DF9A70

Tints of Feldspar #DF9A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

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

R = 45.6%
G = 31.49%
B = 22.9%

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

#DF9A70 (or 0xDF9A70) is known color: Feldspar. HEX triplet: DF, 9A and 70. RGB value is (223,154,112). Sum of RGB (Red+Green+Blue) = 223+154+112=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A70 is #20658F. Grayscale: #AAAAAA. Windows color (decimal): -2123152 or 7379679. OLE color: 7379679.

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

Color convert

RGB 223 154 112 -
CMYK 0 0.31 0.50 0.13
HSL 22.7º 0.63% 0.66% -
HSV(B) 22.7º 0.5% 0.87% -
XYZ 44.91 39.97 20.68 -
YUV 169.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 223 154 112 0 0.31 0.50 0.13 22.7 0.63 0.66
Hex DF 9A 70 0 1F 32 D 17 3F 42
Octal 337 232 160 0 37 62 15 27 77 102
Binary 11011111 10011010 1110000 0 11111 110010 1101 10111 111111 1000010

Color Harmonies of #DF9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A70

Black with #DF9A70

Text Example


Text Example

White with #DF9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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