Html Css Color HEX #D28D6E Feldspar

📋 copy color: '#D28D6E'

red 210 ◦ green 141 ◦ blue 110

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

Shades of Feldspar #D28D6E

Tints of Feldspar #D28D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 45.55%
G = 30.59%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D28D6E (or 0xD28D6E) is known color: Feldspar. HEX triplet: D2, 8D and 6E. RGB value is (210,141,110). Sum of RGB (Red+Green+Blue) = 210+141+110=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D6E is #2D7291. Grayscale: #9E9E9E. Windows color (decimal): -2978450 or 7245266. OLE color: 7245266.

HSL color Cylindrical-coordinate representation of color #D28D6E: hue angle of 18.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D28D6E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 141 110 -
CMYK 0 0.33 0.48 0.18
HSL 18.6º 0.53% 0.63% -
HSV(B) 18.6º 0.48% 0.82% -
XYZ 38.92 33.88 19.24 -
YUV 158.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 210 141 110 0 0.33 0.48 0.18 18.6 0.53 0.63
Hex D2 8D 6E 0 21 30 12 13 35 3F
Octal 322 215 156 0 41 60 22 23 65 77
Binary 11010010 10001101 1101110 0 100001 110000 10010 10011 110101 111111

Color Harmonies of #D28D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D6E

Black with #D28D6E

Text Example


Text Example

White with #D28D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D6E; }

 p { color: rgb(210,141,110); }

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

background-color css

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

 a { background-color: rgb(210,141,110); }

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

border-color css

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

 span { border-color: rgb(210,141,110); }

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