Html Css Color HEX #D5936C Feldspar

📋 copy color: '#D5936C'

red 213 ◦ green 147 ◦ blue 108

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

Shades of Feldspar #D5936C

Tints of Feldspar #D5936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 45.51%
G = 31.41%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5936C (or 0xD5936C) is known color: Feldspar. HEX triplet: D5, 93 and 6C. RGB value is (213,147,108). Sum of RGB (Red+Green+Blue) = 213+147+108=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5936C is #2A6C93. Grayscale: #A2A2A2. Windows color (decimal): -2780308 or 7115733. OLE color: 7115733.

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

Color convert

RGB 213 147 108 -
CMYK 0 0.31 0.49 0.16
HSL 22.29º 0.56% 0.63% -
HSV(B) 22.29º 0.49% 0.84% -
XYZ 40.58 36.1 19.02 -
YUV 162.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 213 147 108 0 0.31 0.49 0.16 22.29 0.56 0.63
Hex D5 93 6C 0 1F 31 10 16 38 3F
Octal 325 223 154 0 37 61 20 26 70 77
Binary 11010101 10010011 1101100 0 11111 110001 10000 10110 111000 111111

Color Harmonies of #D5936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5936C

Black with #D5936C

Text Example


Text Example

White with #D5936C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5936C; }

 p { color: rgb(213,147,108); }

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

background-color css

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

 a { background-color: rgb(213,147,108); }

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

border-color css

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

 span { border-color: rgb(213,147,108); }

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