Html Css Color HEX #D28F75 Feldspar

📋 copy color: '#D28F75'

red 210 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #D28F75

Tints of Feldspar #D28F75

RGB

 RED value IS 210 (82.42% from 255) = 44.68%

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

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

R = 44.68%
G = 30.43%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D28F75 (or 0xD28F75) is known color: Feldspar. HEX triplet: D2, 8F and 75. RGB value is (210,143,117). Sum of RGB (Red+Green+Blue) = 210+143+117=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F75 is #2D708A. Grayscale: #A0A0A0. Windows color (decimal): -2977931 or 7704530. OLE color: 7704530.

HSL color Cylindrical-coordinate representation of color #D28F75: hue angle of 16.77º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28F75 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 143 117 -
CMYK 0 0.32 0.44 0.18
HSL 16.77º 0.51% 0.64% -
HSV(B) 16.77º 0.44% 0.82% -
XYZ 39.61 34.63 21.43 -
YUV 160.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 210 143 117 0 0.32 0.44 0.18 16.77 0.51 0.64
Hex D2 8F 75 0 20 2C 12 11 33 40
Octal 322 217 165 0 40 54 22 21 63 100
Binary 11010010 10001111 1110101 0 100000 101100 10010 10001 110011 1000000

Color Harmonies of #D28F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F75

Black with #D28F75

Text Example


Text Example

White with #D28F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F75; }

 p { color: rgb(210,143,117); }

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

background-color css

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

 a { background-color: rgb(210,143,117); }

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

border-color css

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

 span { border-color: rgb(210,143,117); }

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