Html Css Color HEX #D68C70 Feldspar

📋 copy color: '#D68C70'

red 214 ◦ green 140 ◦ blue 112

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

Shades of Feldspar #D68C70

Tints of Feldspar #D68C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.04%

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 45.92%
G = 30.04%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68C70 (or 0xD68C70) is known color: Feldspar. HEX triplet: D6, 8C and 70. RGB value is (214,140,112). Sum of RGB (Red+Green+Blue) = 214+140+112=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C70 is #29738F. Grayscale: #9F9F9F. Windows color (decimal): -2716560 or 7376086. OLE color: 7376086.

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

Color convert

RGB 214 140 112 -
CMYK 0 0.35 0.48 0.16
HSL 16.47º 0.55% 0.64% -
HSV(B) 16.47º 0.48% 0.84% -
XYZ 40.03 34.22 19.82 -
YUV 158.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 214 140 112 0 0.35 0.48 0.16 16.47 0.55 0.64
Hex D6 8C 70 0 23 30 10 10 37 40
Octal 326 214 160 0 43 60 20 20 67 100
Binary 11010110 10001100 1110000 0 100011 110000 10000 10000 110111 1000000

Color Harmonies of #D68C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C70

Black with #D68C70

Text Example


Text Example

White with #D68C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C70; }

 p { color: rgb(214,140,112); }

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

background-color css

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

 a { background-color: rgb(214,140,112); }

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

border-color css

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

 span { border-color: rgb(214,140,112); }

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