Html Css Color HEX #D69F70 Feldspar

📋 copy color: '#D69F70'

red 214 ◦ green 159 ◦ blue 112

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

Shades of Feldspar #D69F70

Tints of Feldspar #D69F70

RGB

 RED value IS 214 (83.98% from 255) = 44.12%

 GREEN value IS 159 (62.5% from 255) = 32.78%

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

R = 44.12%
G = 32.78%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D69F70 (or 0xD69F70) is known color: Feldspar. HEX triplet: D6, 9F and 70. RGB value is (214,159,112). Sum of RGB (Red+Green+Blue) = 214+159+112=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F70 is #29608F. Grayscale: #AAAAAA. Windows color (decimal): -2711696 or 7380950. OLE color: 7380950.

HSL color Cylindrical-coordinate representation of color #D69F70: hue angle of 27.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D69F70 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 112 -
CMYK 0 0.26 0.48 0.16
HSL 27.65º 0.55% 0.64% -
HSV(B) 27.65º 0.48% 0.84% -
XYZ 43.05 40.26 20.83 -
YUV 170.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 214 159 112 0 0.26 0.48 0.16 27.65 0.55 0.64
Hex D6 9F 70 0 1A 30 10 1C 37 40
Octal 326 237 160 0 32 60 20 34 67 100
Binary 11010110 10011111 1110000 0 11010 110000 10000 11100 110111 1000000

Color Harmonies of #D69F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F70

Black with #D69F70

Text Example


Text Example

White with #D69F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F70; }

 p { color: rgb(214,159,112); }

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

background-color css

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

 a { background-color: rgb(214,159,112); }

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

border-color css

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

 span { border-color: rgb(214,159,112); }

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