Html Css Color HEX #D68E77 Feldspar

📋 copy color: '#D68E77'

red 214 ◦ green 142 ◦ blue 119

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

Shades of Feldspar #D68E77

Tints of Feldspar #D68E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.05%

R = 45.05%
G = 29.89%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D68E77 (or 0xD68E77) is known color: Feldspar. HEX triplet: D6, 8E and 77. RGB value is (214,142,119). Sum of RGB (Red+Green+Blue) = 214+142+119=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E77 is #297188. Grayscale: #A1A1A1. Windows color (decimal): -2716041 or 7835350. OLE color: 7835350.

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

Color convert

RGB 214 142 119 -
CMYK 0 0.34 0.44 0.16
HSL 14.53º 0.54% 0.65% -
HSV(B) 14.53º 0.44% 0.84% -
XYZ 40.73 34.97 22.06 -
YUV 160.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 214 142 119 0 0.34 0.44 0.16 14.53 0.54 0.65
Hex D6 8E 77 0 22 2C 10 F 36 41
Octal 326 216 167 0 42 54 20 17 66 101
Binary 11010110 10001110 1110111 0 100010 101100 10000 1111 110110 1000001

Color Harmonies of #D68E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E77

Black with #D68E77

Text Example


Text Example

White with #D68E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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