Html Css Color HEX #D59B74 Feldspar

📋 copy color: '#D59B74'

red 213 ◦ green 155 ◦ blue 116

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

Shades of Feldspar #D59B74

Tints of Feldspar #D59B74

RGB

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

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

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

R = 44.01%
G = 32.02%
B = 23.97%

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

#D59B74 (or 0xD59B74) is known color: Feldspar. HEX triplet: D5, 9B and 74. RGB value is (213,155,116). Sum of RGB (Red+Green+Blue) = 213+155+116=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B74 is #2A648B. Grayscale: #A8A8A8. Windows color (decimal): -2778252 or 7642069. OLE color: 7642069.

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

Color convert

RGB 213 155 116 -
CMYK 0 0.27 0.46 0.16
HSL 24.12º 0.54% 0.65% -
HSV(B) 24.12º 0.46% 0.84% -
XYZ 42.31 38.85 21.79 -
YUV 167.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 213 155 116 0 0.27 0.46 0.16 24.12 0.54 0.65
Hex D5 9B 74 0 1B 2E 10 18 36 41
Octal 325 233 164 0 33 56 20 30 66 101
Binary 11010101 10011011 1110100 0 11011 101110 10000 11000 110110 1000001

Color Harmonies of #D59B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B74

Black with #D59B74

Text Example


Text Example

White with #D59B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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