Html Css Color HEX #D59C7D Feldspar

📋 copy color: '#D59C7D'

red 213 ◦ green 156 ◦ blue 125

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

Shades of Feldspar #D59C7D

Tints of Feldspar #D59C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 43.12%
G = 31.58%
B = 25.3%

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

#D59C7D (or 0xD59C7D) is known color: Feldspar. HEX triplet: D5, 9C and 7D. RGB value is (213,156,125). Sum of RGB (Red+Green+Blue) = 213+156+125=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C7D is #2A6382. Grayscale: #A9A9A9. Windows color (decimal): -2777987 or 8232149. OLE color: 8232149.

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

Color convert

RGB 213 156 125 -
CMYK 0 0.27 0.41 0.16
HSL 21.14º 0.51% 0.66% -
HSV(B) 21.14º 0.41% 0.84% -
XYZ 43.03 39.4 24.74 -
YUV 169.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 213 156 125 0 0.27 0.41 0.16 21.14 0.51 0.66
Hex D5 9C 7D 0 1B 29 10 15 33 42
Octal 325 234 175 0 33 51 20 25 63 102
Binary 11010101 10011100 1111101 0 11011 101001 10000 10101 110011 1000010

Color Harmonies of #D59C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C7D

Black with #D59C7D

Text Example


Text Example

White with #D59C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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