Html Css Color HEX #D59D75 Feldspar

📋 copy color: '#D59D75'

red 213 ◦ green 157 ◦ blue 117

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

Shades of Feldspar #D59D75

Tints of Feldspar #D59D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.24%

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 43.74%
G = 32.24%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D59D75 (or 0xD59D75) is known color: Feldspar. HEX triplet: D5, 9D and 75. RGB value is (213,157,117). Sum of RGB (Red+Green+Blue) = 213+157+117=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D75 is #2A628A. Grayscale: #A9A9A9. Windows color (decimal): -2777739 or 7708117. OLE color: 7708117.

HSL color Cylindrical-coordinate representation of color #D59D75: hue angle of 25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D59D75 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 117 -
CMYK 0 0.26 0.45 0.16
HSL 25º 0.53% 0.65% -
HSV(B) 25º 0.45% 0.84% -
XYZ 42.71 39.54 22.21 -
YUV 169.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 213 157 117 0 0.26 0.45 0.16 25 0.53 0.65
Hex D5 9D 75 0 1A 2D 10 19 35 41
Octal 325 235 165 0 32 55 20 31 65 101
Binary 11010101 10011101 1110101 0 11010 101101 10000 11001 110101 1000001

Color Harmonies of #D59D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D75

Black with #D59D75

Text Example


Text Example

White with #D59D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D75; }

 p { color: rgb(213,157,117); }

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

background-color css

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

 a { background-color: rgb(213,157,117); }

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

border-color css

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

 span { border-color: rgb(213,157,117); }

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