Html Css Color HEX #D68D70 Feldspar

📋 copy color: '#D68D70'

red 214 ◦ green 141 ◦ blue 112

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

Shades of Feldspar #D68D70

Tints of Feldspar #D68D70

RGB

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

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

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

R = 45.82%
G = 30.19%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68D70 (or 0xD68D70) is known color: Feldspar. HEX triplet: D6, 8D and 70. RGB value is (214,141,112). Sum of RGB (Red+Green+Blue) = 214+141+112=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D70 is #29728F. Grayscale: #9F9F9F. Windows color (decimal): -2716304 or 7376342. OLE color: 7376342.

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

Color convert

RGB 214 141 112 -
CMYK 0 0.34 0.48 0.16
HSL 17.06º 0.55% 0.64% -
HSV(B) 17.06º 0.48% 0.84% -
XYZ 40.18 34.52 19.87 -
YUV 159.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 214 141 112 0 0.34 0.48 0.16 17.06 0.55 0.64
Hex D6 8D 70 0 22 30 10 11 37 40
Octal 326 215 160 0 42 60 20 21 67 100
Binary 11010110 10001101 1110000 0 100010 110000 10000 10001 110111 1000000

Color Harmonies of #D68D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D70

Black with #D68D70

Text Example


Text Example

White with #D68D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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