Html Css Color HEX #D68F74 Feldspar

📋 copy color: '#D68F74'

red 214 ◦ green 143 ◦ blue 116

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

Shades of Feldspar #D68F74

Tints of Feldspar #D68F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.52%

R = 45.24%
G = 30.23%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D68F74 (or 0xD68F74) is known color: Feldspar. HEX triplet: D6, 8F and 74. RGB value is (214,143,116). Sum of RGB (Red+Green+Blue) = 214+143+116=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F74 is #29708B. Grayscale: #A1A1A1. Windows color (decimal): -2715788 or 7638998. OLE color: 7638998.

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

Color convert

RGB 214 143 116 -
CMYK 0 0.33 0.46 0.16
HSL 16.53º 0.54% 0.65% -
HSV(B) 16.53º 0.46% 0.84% -
XYZ 40.71 35.2 21.17 -
YUV 161.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 214 143 116 0 0.33 0.46 0.16 16.53 0.54 0.65
Hex D6 8F 74 0 21 2E 10 11 36 41
Octal 326 217 164 0 41 56 20 21 66 101
Binary 11010110 10001111 1110100 0 100001 101110 10000 10001 110110 1000001

Color Harmonies of #D68F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F74

Black with #D68F74

Text Example


Text Example

White with #D68F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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