Html Css Color HEX #D28E6E Feldspar

📋 copy color: '#D28E6E'

red 210 ◦ green 142 ◦ blue 110

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

Shades of Feldspar #D28E6E

Tints of Feldspar #D28E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.74%

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

R = 45.45%
G = 30.74%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D28E6E (or 0xD28E6E) is known color: Feldspar. HEX triplet: D2, 8E and 6E. RGB value is (210,142,110). Sum of RGB (Red+Green+Blue) = 210+142+110=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E6E is #2D7191. Grayscale: #9E9E9E. Windows color (decimal): -2978194 or 7245522. OLE color: 7245522.

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

Color convert

RGB 210 142 110 -
CMYK 0 0.32 0.48 0.18
HSL 19.2º 0.53% 0.63% -
HSV(B) 19.2º 0.48% 0.82% -
XYZ 39.07 34.17 19.29 -
YUV 158.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 210 142 110 0 0.32 0.48 0.18 19.2 0.53 0.63
Hex D2 8E 6E 0 20 30 12 13 35 3F
Octal 322 216 156 0 40 60 22 23 65 77
Binary 11010010 10001110 1101110 0 100000 110000 10010 10011 110101 111111

Color Harmonies of #D28E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E6E

Black with #D28E6E

Text Example


Text Example

White with #D28E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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