Html Css Color HEX #D68F6F Feldspar

📋 copy color: '#D68F6F'

red 214 ◦ green 143 ◦ blue 111

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

Shades of Feldspar #D68F6F

Tints of Feldspar #D68F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

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

R = 45.73%
G = 30.56%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68F6F (or 0xD68F6F) is known color: Feldspar. HEX triplet: D6, 8F and 6F. RGB value is (214,143,111). Sum of RGB (Red+Green+Blue) = 214+143+111=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F6F is #297090. Grayscale: #A0A0A0. Windows color (decimal): -2715793 or 7311318. OLE color: 7311318.

HSL color Cylindrical-coordinate representation of color #D68F6F: hue angle of 18.64º degrees, saturation: 0.56, 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 #D68F6F is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 143 111 -
CMYK 0 0.33 0.48 0.16
HSL 18.64º 0.56% 0.64% -
HSV(B) 18.64º 0.48% 0.84% -
XYZ 40.42 35.09 19.68 -
YUV 160.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 214 143 111 0 0.33 0.48 0.16 18.64 0.56 0.64
Hex D6 8F 6F 0 21 30 10 13 38 40
Octal 326 217 157 0 41 60 20 23 70 100
Binary 11010110 10001111 1101111 0 100001 110000 10000 10011 111000 1000000

Color Harmonies of #D68F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F6F

Black with #D68F6F

Text Example


Text Example

White with #D68F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F6F; }

 p { color: rgb(214,143,111); }

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

background-color css

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

 a { background-color: rgb(214,143,111); }

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

border-color css

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

 span { border-color: rgb(214,143,111); }

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