Html Css Color HEX #D69F73 Feldspar

📋 copy color: '#D69F73'

red 214 ◦ green 159 ◦ blue 115

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

Shades of Feldspar #D69F73

Tints of Feldspar #D69F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.57%

R = 43.85%
G = 32.58%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D69F73 (or 0xD69F73) is known color: Feldspar. HEX triplet: D6, 9F and 73. RGB value is (214,159,115). Sum of RGB (Red+Green+Blue) = 214+159+115=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F73 is #29608C. Grayscale: #AAAAAA. Windows color (decimal): -2711693 or 7577558. OLE color: 7577558.

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

Color convert

RGB 214 159 115 -
CMYK 0 0.26 0.46 0.16
HSL 26.67º 0.55% 0.65% -
HSV(B) 26.67º 0.46% 0.84% -
XYZ 43.22 40.33 21.73 -
YUV 170.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 214 159 115 0 0.26 0.46 0.16 26.67 0.55 0.65
Hex D6 9F 73 0 1A 2E 10 1B 37 41
Octal 326 237 163 0 32 56 20 33 67 101
Binary 11010110 10011111 1110011 0 11010 101110 10000 11011 110111 1000001

Color Harmonies of #D69F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F73

Black with #D69F73

Text Example


Text Example

White with #D69F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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