Html Css Color HEX #D58B72 Feldspar

📋 copy color: '#D58B72'

red 213 ◦ green 139 ◦ blue 114

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

Shades of Feldspar #D58B72

Tints of Feldspar #D58B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.46%

R = 45.71%
G = 29.83%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D58B72 (or 0xD58B72) is known color: Feldspar. HEX triplet: D5, 8B and 72. RGB value is (213,139,114). Sum of RGB (Red+Green+Blue) = 213+139+114=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B72 is #2A748D. Grayscale: #9E9E9E. Windows color (decimal): -2782350 or 7506901. OLE color: 7506901.

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

Color convert

RGB 213 139 114 -
CMYK 0 0.35 0.46 0.16
HSL 15.15º 0.54% 0.64% -
HSV(B) 15.15º 0.46% 0.84% -
XYZ 39.71 33.83 20.36 -
YUV 158.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 213 139 114 0 0.35 0.46 0.16 15.15 0.54 0.64
Hex D5 8B 72 0 23 2E 10 F 36 40
Octal 325 213 162 0 43 56 20 17 66 100
Binary 11010101 10001011 1110010 0 100011 101110 10000 1111 110110 1000000

Color Harmonies of #D58B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58B72

Black with #D58B72

Text Example


Text Example

White with #D58B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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