Html Css Color HEX #D68F7A Feldspar

📋 copy color: '#D68F7A'

red 214 ◦ green 143 ◦ blue 122

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

Shades of Feldspar #D68F7A

Tints of Feldspar #D68F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 44.68%
G = 29.85%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D68F7A (or 0xD68F7A) is known color: Feldspar. HEX triplet: D6, 8F and 7A. RGB value is (214,143,122). Sum of RGB (Red+Green+Blue) = 214+143+122=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F7A is #297085. Grayscale: #A1A1A1. Windows color (decimal): -2715782 or 8032214. OLE color: 8032214.

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

Color convert

RGB 214 143 122 -
CMYK 0 0.33 0.43 0.16
HSL 13.7º 0.53% 0.66% -
HSV(B) 13.7º 0.43% 0.84% -
XYZ 41.07 35.35 23.07 -
YUV 161.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 214 143 122 0 0.33 0.43 0.16 13.7 0.53 0.66
Hex D6 8F 7A 0 21 2B 10 E 35 42
Octal 326 217 172 0 41 53 20 16 65 102
Binary 11010110 10001111 1111010 0 100001 101011 10000 1110 110101 1000010

Color Harmonies of #D68F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F7A

Black with #D68F7A

Text Example


Text Example

White with #D68F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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