Html Css Color HEX #D68F70 Feldspar

📋 copy color: '#D68F70'

red 214 ◦ green 143 ◦ blue 112

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

Shades of Feldspar #D68F70

Tints of Feldspar #D68F70

RGB

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

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

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

R = 45.63%
G = 30.49%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68F70 (or 0xD68F70) is known color: Feldspar. HEX triplet: D6, 8F and 70. RGB value is (214,143,112). Sum of RGB (Red+Green+Blue) = 214+143+112=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F70 is #29708F. Grayscale: #A0A0A0. Windows color (decimal): -2715792 or 7376854. OLE color: 7376854.

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

Color convert

RGB 214 143 112 -
CMYK 0 0.33 0.48 0.16
HSL 18.24º 0.55% 0.64% -
HSV(B) 18.24º 0.48% 0.84% -
XYZ 40.48 35.11 19.97 -
YUV 160.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 214 143 112 0 0.33 0.48 0.16 18.24 0.55 0.64
Hex D6 8F 70 0 21 30 10 12 37 40
Octal 326 217 160 0 41 60 20 22 67 100
Binary 11010110 10001111 1110000 0 100001 110000 10000 10010 110111 1000000

Color Harmonies of #D68F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F70

Black with #D68F70

Text Example


Text Example

White with #D68F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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