Html Css Color HEX #D28A75 Feldspar

📋 copy color: '#D28A75'

red 210 ◦ green 138 ◦ blue 117

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

Shades of Feldspar #D28A75

Tints of Feldspar #D28A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.68%

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

R = 45.16%
G = 29.68%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D28A75 (or 0xD28A75) is known color: Feldspar. HEX triplet: D2, 8A and 75. RGB value is (210,138,117). Sum of RGB (Red+Green+Blue) = 210+138+117=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A75 is #2D758A. Grayscale: #9D9D9D. Windows color (decimal): -2979211 or 7703250. OLE color: 7703250.

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

Color convert

RGB 210 138 117 -
CMYK 0 0.34 0.44 0.18
HSL 13.55º 0.51% 0.64% -
HSV(B) 13.55º 0.44% 0.82% -
XYZ 38.88 33.16 21.18 -
YUV 157.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 210 138 117 0 0.34 0.44 0.18 13.55 0.51 0.64
Hex D2 8A 75 0 22 2C 12 E 33 40
Octal 322 212 165 0 42 54 22 16 63 100
Binary 11010010 10001010 1110101 0 100010 101100 10010 1110 110011 1000000

Color Harmonies of #D28A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A75

Black with #D28A75

Text Example


Text Example

White with #D28A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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