Html Css Color HEX #D59B71 Feldspar

📋 copy color: '#D59B71'

red 213 ◦ green 155 ◦ blue 113

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

Shades of Feldspar #D59B71

Tints of Feldspar #D59B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 44.28%
G = 32.22%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D59B71 (or 0xD59B71) is known color: Feldspar. HEX triplet: D5, 9B and 71. RGB value is (213,155,113). Sum of RGB (Red+Green+Blue) = 213+155+113=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B71 is #2A648E. Grayscale: #A7A7A7. Windows color (decimal): -2778255 or 7445461. OLE color: 7445461.

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

Color convert

RGB 213 155 113 -
CMYK 0 0.27 0.47 0.16
HSL 25.2º 0.54% 0.64% -
HSV(B) 25.2º 0.47% 0.84% -
XYZ 42.14 38.78 20.89 -
YUV 167.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 213 155 113 0 0.27 0.47 0.16 25.2 0.54 0.64
Hex D5 9B 71 0 1B 2F 10 19 36 40
Octal 325 233 161 0 33 57 20 31 66 100
Binary 11010101 10011011 1110001 0 11011 101111 10000 11001 110110 1000000

Color Harmonies of #D59B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B71

Black with #D59B71

Text Example


Text Example

White with #D59B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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