Html Css Color HEX #D59C7E Feldspar

📋 copy color: '#D59C7E'

red 213 ◦ green 156 ◦ blue 126

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

Shades of Feldspar #D59C7E

Tints of Feldspar #D59C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 43.03%
G = 31.52%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D59C7E (or 0xD59C7E) is known color: Feldspar. HEX triplet: D5, 9C and 7E. RGB value is (213,156,126). Sum of RGB (Red+Green+Blue) = 213+156+126=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C7E is #2A6381. Grayscale: #A9A9A9. Windows color (decimal): -2777986 or 8297685. OLE color: 8297685.

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

Color convert

RGB 213 156 126 -
CMYK 0 0.27 0.41 0.16
HSL 20.69º 0.51% 0.66% -
HSV(B) 20.69º 0.41% 0.84% -
XYZ 43.09 39.43 25.08 -
YUV 169.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 213 156 126 0 0.27 0.41 0.16 20.69 0.51 0.66
Hex D5 9C 7E 0 1B 29 10 15 33 42
Octal 325 234 176 0 33 51 20 25 63 102
Binary 11010101 10011100 1111110 0 11011 101001 10000 10101 110011 1000010

Color Harmonies of #D59C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C7E

Black with #D59C7E

Text Example


Text Example

White with #D59C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C7E; }

 p { color: rgb(213,156,126); }

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

background-color css

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

 a { background-color: rgb(213,156,126); }

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

border-color css

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

 span { border-color: rgb(213,156,126); }

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