Html Css Color HEX #D68D74 Feldspar

📋 copy color: '#D68D74'

red 214 ◦ green 141 ◦ blue 116

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

Shades of Feldspar #D68D74

Tints of Feldspar #D68D74

RGB

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

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

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

R = 45.44%
G = 29.94%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D68D74 (or 0xD68D74) is known color: Feldspar. HEX triplet: D6, 8D and 74. RGB value is (214,141,116). Sum of RGB (Red+Green+Blue) = 214+141+116=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D74 is #29728B. Grayscale: #A0A0A0. Windows color (decimal): -2716300 or 7638486. OLE color: 7638486.

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

Color convert

RGB 214 141 116 -
CMYK 0 0.34 0.46 0.16
HSL 15.31º 0.54% 0.65% -
HSV(B) 15.31º 0.46% 0.84% -
XYZ 40.41 34.61 21.07 -
YUV 159.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 214 141 116 0 0.34 0.46 0.16 15.31 0.54 0.65
Hex D6 8D 74 0 22 2E 10 F 36 41
Octal 326 215 164 0 42 56 20 17 66 101
Binary 11010110 10001101 1110100 0 100010 101110 10000 1111 110110 1000001

Color Harmonies of #D68D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D74

Black with #D68D74

Text Example


Text Example

White with #D68D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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