Html Css Color HEX #D68E6F Feldspar

📋 copy color: '#D68E6F'

red 214 ◦ green 142 ◦ blue 111

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

Shades of Feldspar #D68E6F

Tints of Feldspar #D68E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

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

R = 45.82%
G = 30.41%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68E6F (or 0xD68E6F) is known color: Feldspar. HEX triplet: D6, 8E and 6F. RGB value is (214,142,111). Sum of RGB (Red+Green+Blue) = 214+142+111=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E6F is #297190. Grayscale: #A0A0A0. Windows color (decimal): -2716049 or 7311062. OLE color: 7311062.

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

Color convert

RGB 214 142 111 -
CMYK 0 0.34 0.48 0.16
HSL 18.06º 0.56% 0.64% -
HSV(B) 18.06º 0.48% 0.84% -
XYZ 40.27 34.79 19.63 -
YUV 159.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 214 142 111 0 0.34 0.48 0.16 18.06 0.56 0.64
Hex D6 8E 6F 0 22 30 10 12 38 40
Octal 326 216 157 0 42 60 20 22 70 100
Binary 11010110 10001110 1101111 0 100010 110000 10000 10010 111000 1000000

Color Harmonies of #D68E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E6F

Black with #D68E6F

Text Example


Text Example

White with #D68E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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