Html Css Color HEX #DF9A6F Feldspar

📋 copy color: '#DF9A6F'

red 223 ◦ green 154 ◦ blue 111

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

Shades of Feldspar #DF9A6F

Tints of Feldspar #DF9A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.75%

R = 45.7%
G = 31.56%
B = 22.75%

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

#DF9A6F (or 0xDF9A6F) is known color: Feldspar. HEX triplet: DF, 9A and 6F. RGB value is (223,154,111). Sum of RGB (Red+Green+Blue) = 223+154+111=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A6F is #206590. Grayscale: #A9A9A9. Windows color (decimal): -2123153 or 7314143. OLE color: 7314143.

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

Color convert

RGB 223 154 111 -
CMYK 0 0.31 0.50 0.13
HSL 23.04º 0.64% 0.65% -
HSV(B) 23.04º 0.5% 0.87% -
XYZ 44.86 39.95 20.39 -
YUV 169.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 223 154 111 0 0.31 0.50 0.13 23.04 0.64 0.65
Hex DF 9A 6F 0 1F 32 D 17 40 41
Octal 337 232 157 0 37 62 15 27 100 101
Binary 11011111 10011010 1101111 0 11111 110010 1101 10111 1000000 1000001

Color Harmonies of #DF9A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A6F

Black with #DF9A6F

Text Example


Text Example

White with #DF9A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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