Html Css Color HEX #D59272 Feldspar

📋 copy color: '#D59272'

red 213 ◦ green 146 ◦ blue 114

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

Shades of Feldspar #D59272

Tints of Feldspar #D59272

RGB

 RED value IS 213 (83.59% from 255) = 45.03%

 GREEN value IS 146 (57.42% from 255) = 30.87%

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

R = 45.03%
G = 30.87%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D59272 (or 0xD59272) is known color: Feldspar. HEX triplet: D5, 92 and 72. RGB value is (213,146,114). Sum of RGB (Red+Green+Blue) = 213+146+114=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D59272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59272 is #2A6D8D. Grayscale: #A2A2A2. Windows color (decimal): -2780558 or 7508693. OLE color: 7508693.

HSL color Cylindrical-coordinate representation of color #D59272: hue angle of 19.39º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D59272 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 114 -
CMYK 0 0.31 0.46 0.16
HSL 19.39º 0.54% 0.64% -
HSV(B) 19.39º 0.46% 0.84% -
XYZ 40.76 35.92 20.7 -
YUV 162.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 213 146 114 0 0.31 0.46 0.16 19.39 0.54 0.64
Hex D5 92 72 0 1F 2E 10 13 36 40
Octal 325 222 162 0 37 56 20 23 66 100
Binary 11010101 10010010 1110010 0 11111 101110 10000 10011 110110 1000000

Color Harmonies of #D59272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59272

Black with #D59272

Text Example


Text Example

White with #D59272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59272; }

 p { color: rgb(213,146,114); }

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

background-color css

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

 a { background-color: rgb(213,146,114); }

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

border-color css

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

 span { border-color: rgb(213,146,114); }

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