Html Css Color HEX #D5927B Feldspar

📋 copy color: '#D5927B'

red 213 ◦ green 146 ◦ blue 123

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

Shades of Feldspar #D5927B

Tints of Feldspar #D5927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.29%

 BLUE value IS 123 (48.44% from 255) = 25.52%

R = 44.19%
G = 30.29%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5927B (or 0xD5927B) is known color: Feldspar. HEX triplet: D5, 92 and 7B. RGB value is (213,146,123). Sum of RGB (Red+Green+Blue) = 213+146+123=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5927B is #2A6D84. Grayscale: #A3A3A3. Windows color (decimal): -2780549 or 8098517. OLE color: 8098517.

HSL color Cylindrical-coordinate representation of color #D5927B: hue angle of 15.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5927B is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 123 -
CMYK 0 0.31 0.42 0.16
HSL 15.33º 0.52% 0.66% -
HSV(B) 15.33º 0.42% 0.84% -
XYZ 41.29 36.13 23.54 -
YUV 163.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 213 146 123 0 0.31 0.42 0.16 15.33 0.52 0.66
Hex D5 92 7B 0 1F 2A 10 F 34 42
Octal 325 222 173 0 37 52 20 17 64 102
Binary 11010101 10010010 1111011 0 11111 101010 10000 1111 110100 1000010

Color Harmonies of #D5927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5927B

Black with #D5927B

Text Example


Text Example

White with #D5927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5927B; }

 p { color: rgb(213,146,123); }

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

background-color css

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

 a { background-color: rgb(213,146,123); }

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

border-color css

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

 span { border-color: rgb(213,146,123); }

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