Html Css Color HEX #D58B76 Feldspar

📋 copy color: '#D58B76'

red 213 ◦ green 139 ◦ blue 118

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

Shades of Feldspar #D58B76

Tints of Feldspar #D58B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.57%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 45.32%
G = 29.57%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58B76 (or 0xD58B76) is known color: Feldspar. HEX triplet: D5, 8B and 76. RGB value is (213,139,118). Sum of RGB (Red+Green+Blue) = 213+139+118=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B76 is #2A7489. Grayscale: #9E9E9E. Windows color (decimal): -2782346 or 7769045. OLE color: 7769045.

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

Color convert

RGB 213 139 118 -
CMYK 0 0.35 0.45 0.16
HSL 13.26º 0.53% 0.65% -
HSV(B) 13.26º 0.45% 0.84% -
XYZ 39.94 33.92 21.58 -
YUV 158.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 213 139 118 0 0.35 0.45 0.16 13.26 0.53 0.65
Hex D5 8B 76 0 23 2D 10 D 35 41
Octal 325 213 166 0 43 55 20 15 65 101
Binary 11010101 10001011 1110110 0 100011 101101 10000 1101 110101 1000001

Color Harmonies of #D58B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B76

Black with #D58B76

Text Example


Text Example

White with #D58B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B76; }

 p { color: rgb(213,139,118); }

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

background-color css

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

 a { background-color: rgb(213,139,118); }

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

border-color css

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

 span { border-color: rgb(213,139,118); }

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