Html Css Color HEX #D58B70 Feldspar

📋 copy color: '#D58B70'

red 213 ◦ green 139 ◦ blue 112

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

Shades of Feldspar #D58B70

Tints of Feldspar #D58B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 45.91%
G = 29.96%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58B70 (or 0xD58B70) is known color: Feldspar. HEX triplet: D5, 8B and 70. RGB value is (213,139,112). Sum of RGB (Red+Green+Blue) = 213+139+112=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B70 is #2A748F. Grayscale: #9E9E9E. Windows color (decimal): -2782352 or 7375829. OLE color: 7375829.

HSL color Cylindrical-coordinate representation of color #D58B70: hue angle of 16.04º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D58B70 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 139 112 -
CMYK 0 0.35 0.47 0.16
HSL 16.04º 0.55% 0.64% -
HSV(B) 16.04º 0.47% 0.84% -
XYZ 39.6 33.78 19.76 -
YUV 158.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 213 139 112 0 0.35 0.47 0.16 16.04 0.55 0.64
Hex D5 8B 70 0 23 2F 10 10 37 40
Octal 325 213 160 0 43 57 20 20 67 100
Binary 11010101 10001011 1110000 0 100011 101111 10000 10000 110111 1000000

Color Harmonies of #D58B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B70

Black with #D58B70

Text Example


Text Example

White with #D58B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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