Html Css Color HEX #D28C75 Feldspar

📋 copy color: '#D28C75'

red 210 ◦ green 140 ◦ blue 117

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

Shades of Feldspar #D28C75

Tints of Feldspar #D28C75

RGB

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

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

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

R = 44.97%
G = 29.98%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D28C75 (or 0xD28C75) is known color: Feldspar. HEX triplet: D2, 8C and 75. RGB value is (210,140,117). Sum of RGB (Red+Green+Blue) = 210+140+117=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C75 is #2D738A. Grayscale: #9E9E9E. Windows color (decimal): -2978699 or 7703762. OLE color: 7703762.

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

Color convert

RGB 210 140 117 -
CMYK 0 0.33 0.44 0.18
HSL 14.84º 0.51% 0.64% -
HSV(B) 14.84º 0.44% 0.82% -
XYZ 39.17 33.74 21.28 -
YUV 158.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 210 140 117 0 0.33 0.44 0.18 14.84 0.51 0.64
Hex D2 8C 75 0 21 2C 12 F 33 40
Octal 322 214 165 0 41 54 22 17 63 100
Binary 11010010 10001100 1110101 0 100001 101100 10010 1111 110011 1000000

Color Harmonies of #D28C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C75

Black with #D28C75

Text Example


Text Example

White with #D28C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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