Html Css Color HEX #D28B72 Feldspar

📋 copy color: '#D28B72'

red 210 ◦ green 139 ◦ blue 114

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

Shades of Feldspar #D28B72

Tints of Feldspar #D28B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

 BLUE value IS 114 (44.92% from 255) = 24.62%

R = 45.36%
G = 30.02%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D28B72 (or 0xD28B72) is known color: Feldspar. HEX triplet: D2, 8B and 72. RGB value is (210,139,114). Sum of RGB (Red+Green+Blue) = 210+139+114=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28B72 is #2D748D. Grayscale: #9D9D9D. Windows color (decimal): -2978958 or 7506898. OLE color: 7506898.

HSL color Cylindrical-coordinate representation of color #D28B72: hue angle of 15.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28B72 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 139 114 -
CMYK 0 0.34 0.46 0.18
HSL 15.63º 0.52% 0.64% -
HSV(B) 15.63º 0.46% 0.82% -
XYZ 38.85 33.38 20.32 -
YUV 157.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 210 139 114 0 0.34 0.46 0.18 15.63 0.52 0.64
Hex D2 8B 72 0 22 2E 12 10 34 40
Octal 322 213 162 0 42 56 22 20 64 100
Binary 11010010 10001011 1110010 0 100010 101110 10010 10000 110100 1000000

Color Harmonies of #D28B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28B72

Black with #D28B72

Text Example


Text Example

White with #D28B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28B72; }

 p { color: rgb(210,139,114); }

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

background-color css

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

 a { background-color: rgb(210,139,114); }

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

border-color css

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

 span { border-color: rgb(210,139,114); }

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