Html Css Color HEX #D59C74 Feldspar

📋 copy color: '#D59C74'

red 213 ◦ green 156 ◦ blue 116

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

Shades of Feldspar #D59C74

Tints of Feldspar #D59C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 43.92%
G = 32.16%
B = 23.92%

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

#D59C74 (or 0xD59C74) is known color: Feldspar. HEX triplet: D5, 9C and 74. RGB value is (213,156,116). Sum of RGB (Red+Green+Blue) = 213+156+116=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C74 is #2A638B. Grayscale: #A8A8A8. Windows color (decimal): -2777996 or 7642325. OLE color: 7642325.

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

Color convert

RGB 213 156 116 -
CMYK 0 0.27 0.46 0.16
HSL 24.74º 0.54% 0.65% -
HSV(B) 24.74º 0.46% 0.84% -
XYZ 42.48 39.18 21.85 -
YUV 168.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 213 156 116 0 0.27 0.46 0.16 24.74 0.54 0.65
Hex D5 9C 74 0 1B 2E 10 19 36 41
Octal 325 234 164 0 33 56 20 31 66 101
Binary 11010101 10011100 1110100 0 11011 101110 10000 11001 110110 1000001

Color Harmonies of #D59C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C74

Black with #D59C74

Text Example


Text Example

White with #D59C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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