Html Css Color HEX #D68D78 Feldspar

📋 copy color: '#D68D78'

red 214 ◦ green 141 ◦ blue 120

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

Shades of Feldspar #D68D78

Tints of Feldspar #D68D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 45.05%
G = 29.68%
B = 25.26%

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

#D68D78 (or 0xD68D78) is known color: Feldspar. HEX triplet: D6, 8D and 78. RGB value is (214,141,120). Sum of RGB (Red+Green+Blue) = 214+141+120=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D78 is #297287. Grayscale: #A0A0A0. Windows color (decimal): -2716296 or 7900630. OLE color: 7900630.

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

Color convert

RGB 214 141 120 -
CMYK 0 0.34 0.44 0.16
HSL 13.4º 0.53% 0.65% -
HSV(B) 13.4º 0.44% 0.84% -
XYZ 40.65 34.7 22.33 -
YUV 160.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 214 141 120 0 0.34 0.44 0.16 13.4 0.53 0.65
Hex D6 8D 78 0 22 2C 10 D 35 41
Octal 326 215 170 0 42 54 20 15 65 101
Binary 11010110 10001101 1111000 0 100010 101100 10000 1101 110101 1000001

Color Harmonies of #D68D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D78

Black with #D68D78

Text Example


Text Example

White with #D68D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D78; }

 p { color: rgb(214,141,120); }

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

background-color css

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

 a { background-color: rgb(214,141,120); }

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

border-color css

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

 span { border-color: rgb(214,141,120); }

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