Html Css Color HEX #D68C75 Feldspar

📋 copy color: '#D68C75'

red 214 ◦ green 140 ◦ blue 117

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

Shades of Feldspar #D68C75

Tints of Feldspar #D68C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 45.44%
G = 29.72%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D68C75 (or 0xD68C75) is known color: Feldspar. HEX triplet: D6, 8C and 75. RGB value is (214,140,117). Sum of RGB (Red+Green+Blue) = 214+140+117=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C75 is #29738A. Grayscale: #9F9F9F. Windows color (decimal): -2716555 or 7703766. OLE color: 7703766.

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

Color convert

RGB 214 140 117 -
CMYK 0 0.35 0.45 0.16
HSL 14.23º 0.54% 0.65% -
HSV(B) 14.23º 0.45% 0.84% -
XYZ 40.32 34.34 21.33 -
YUV 159.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 214 140 117 0 0.35 0.45 0.16 14.23 0.54 0.65
Hex D6 8C 75 0 23 2D 10 E 36 41
Octal 326 214 165 0 43 55 20 16 66 101
Binary 11010110 10001100 1110101 0 100011 101101 10000 1110 110110 1000001

Color Harmonies of #D68C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C75

Black with #D68C75

Text Example


Text Example

White with #D68C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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