Html Css Color HEX #D28C72 Feldspar

📋 copy color: '#D28C72'

red 210 ◦ green 140 ◦ blue 114

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

Shades of Feldspar #D28C72

Tints of Feldspar #D28C72

RGB

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

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

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

R = 45.26%
G = 30.17%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D28C72 (or 0xD28C72) is known color: Feldspar. HEX triplet: D2, 8C and 72. RGB value is (210,140,114). Sum of RGB (Red+Green+Blue) = 210+140+114=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C72 is #2D738D. Grayscale: #9E9E9E. Windows color (decimal): -2978702 or 7507154. OLE color: 7507154.

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

Color convert

RGB 210 140 114 -
CMYK 0 0.33 0.46 0.18
HSL 16.25º 0.52% 0.64% -
HSV(B) 16.25º 0.46% 0.82% -
XYZ 38.99 33.67 20.36 -
YUV 157.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 210 140 114 0 0.33 0.46 0.18 16.25 0.52 0.64
Hex D2 8C 72 0 21 2E 12 10 34 40
Octal 322 214 162 0 41 56 22 20 64 100
Binary 11010010 10001100 1110010 0 100001 101110 10010 10000 110100 1000000

Color Harmonies of #D28C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C72

Black with #D28C72

Text Example


Text Example

White with #D28C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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