Html Css Color HEX #D59B72 Feldspar

📋 copy color: '#D59B72'

red 213 ◦ green 155 ◦ blue 114

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

Shades of Feldspar #D59B72

Tints of Feldspar #D59B72

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

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

R = 44.19%
G = 32.16%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D59B72 (or 0xD59B72) is known color: Feldspar. HEX triplet: D5, 9B and 72. RGB value is (213,155,114). Sum of RGB (Red+Green+Blue) = 213+155+114=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B72 is #2A648D. Grayscale: #A7A7A7. Windows color (decimal): -2778254 or 7510997. OLE color: 7510997.

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

Color convert

RGB 213 155 114 -
CMYK 0 0.27 0.46 0.16
HSL 24.85º 0.54% 0.64% -
HSV(B) 24.85º 0.46% 0.84% -
XYZ 42.2 38.8 21.19 -
YUV 167.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 213 155 114 0 0.27 0.46 0.16 24.85 0.54 0.64
Hex D5 9B 72 0 1B 2E 10 19 36 40
Octal 325 233 162 0 33 56 20 31 66 100
Binary 11010101 10011011 1110010 0 11011 101110 10000 11001 110110 1000000

Color Harmonies of #D59B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B72

Black with #D59B72

Text Example


Text Example

White with #D59B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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