Html Css Color HEX #D68F75 Feldspar

📋 copy color: '#D68F75'

red 214 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #D68F75

Tints of Feldspar #D68F75

RGB

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

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

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

R = 45.15%
G = 30.17%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D68F75 (or 0xD68F75) is known color: Feldspar. HEX triplet: D6, 8F and 75. RGB value is (214,143,117). Sum of RGB (Red+Green+Blue) = 214+143+117=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F75 is #29708A. Grayscale: #A1A1A1. Windows color (decimal): -2715787 or 7704534. OLE color: 7704534.

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

Color convert

RGB 214 143 117 -
CMYK 0 0.33 0.45 0.16
HSL 16.08º 0.54% 0.65% -
HSV(B) 16.08º 0.45% 0.84% -
XYZ 40.76 35.23 21.48 -
YUV 161.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 214 143 117 0 0.33 0.45 0.16 16.08 0.54 0.65
Hex D6 8F 75 0 21 2D 10 10 36 41
Octal 326 217 165 0 41 55 20 20 66 101
Binary 11010110 10001111 1110101 0 100001 101101 10000 10000 110110 1000001

Color Harmonies of #D68F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F75

Black with #D68F75

Text Example


Text Example

White with #D68F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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