Html Css Color HEX #D68E75 Feldspar

📋 copy color: '#D68E75'

red 214 ◦ green 142 ◦ blue 117

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

Shades of Feldspar #D68E75

Tints of Feldspar #D68E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 45.24%
G = 30.02%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D68E75 (or 0xD68E75) is known color: Feldspar. HEX triplet: D6, 8E and 75. RGB value is (214,142,117). Sum of RGB (Red+Green+Blue) = 214+142+117=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E75 is #29718A. Grayscale: #A0A0A0. Windows color (decimal): -2716043 or 7704278. OLE color: 7704278.

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

Color convert

RGB 214 142 117 -
CMYK 0 0.34 0.45 0.16
HSL 15.46º 0.54% 0.65% -
HSV(B) 15.46º 0.45% 0.84% -
XYZ 40.62 34.93 21.43 -
YUV 160.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 214 142 117 0 0.34 0.45 0.16 15.46 0.54 0.65
Hex D6 8E 75 0 22 2D 10 F 36 41
Octal 326 216 165 0 42 55 20 17 66 101
Binary 11010110 10001110 1110101 0 100010 101101 10000 1111 110110 1000001

Color Harmonies of #D68E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E75

Black with #D68E75

Text Example


Text Example

White with #D68E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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