Html Css Color HEX #D28C6E Feldspar

📋 copy color: '#D28C6E'

red 210 ◦ green 140 ◦ blue 110

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

Shades of Feldspar #D28C6E

Tints of Feldspar #D28C6E

RGB

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

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

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

R = 45.65%
G = 30.43%
B = 23.91%

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

#D28C6E (or 0xD28C6E) is known color: Feldspar. HEX triplet: D2, 8C and 6E. RGB value is (210,140,110). Sum of RGB (Red+Green+Blue) = 210+140+110=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C6E is #2D7391. Grayscale: #9D9D9D. Windows color (decimal): -2978706 or 7245010. OLE color: 7245010.

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

Color convert

RGB 210 140 110 -
CMYK 0 0.33 0.48 0.18
HSL 18º 0.53% 0.63% -
HSV(B) 18º 0.48% 0.82% -
XYZ 38.77 33.58 19.19 -
YUV 157.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 210 140 110 0 0.33 0.48 0.18 18 0.53 0.63
Hex D2 8C 6E 0 21 30 12 12 35 3F
Octal 322 214 156 0 41 60 22 22 65 77
Binary 11010010 10001100 1101110 0 100001 110000 10010 10010 110101 111111

Color Harmonies of #D28C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C6E

Black with #D28C6E

Text Example


Text Example

White with #D28C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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