Html Css Color HEX #D5927A Feldspar

📋 copy color: '#D5927A'

red 213 ◦ green 146 ◦ blue 122

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

Shades of Feldspar #D5927A

Tints of Feldspar #D5927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.36%

R = 44.28%
G = 30.35%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5927A (or 0xD5927A) is known color: Feldspar. HEX triplet: D5, 92 and 7A. RGB value is (213,146,122). Sum of RGB (Red+Green+Blue) = 213+146+122=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5927A is #2A6D85. Grayscale: #A3A3A3. Windows color (decimal): -2780550 or 8032981. OLE color: 8032981.

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

Color convert

RGB 213 146 122 -
CMYK 0 0.31 0.43 0.16
HSL 15.82º 0.52% 0.66% -
HSV(B) 15.82º 0.43% 0.84% -
XYZ 41.23 36.11 23.21 -
YUV 163.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 213 146 122 0 0.31 0.43 0.16 15.82 0.52 0.66
Hex D5 92 7A 0 1F 2B 10 10 34 42
Octal 325 222 172 0 37 53 20 20 64 102
Binary 11010101 10010010 1111010 0 11111 101011 10000 10000 110100 1000010

Color Harmonies of #D5927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5927A

Black with #D5927A

Text Example


Text Example

White with #D5927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5927A; }

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

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

background-color css

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

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

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

border-color css

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

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

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