Html Css Color HEX #D4936D Feldspar

📋 copy color: '#D4936D'

red 212 ◦ green 147 ◦ blue 109

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

Shades of Feldspar #D4936D

Tints of Feldspar #D4936D

RGB

 RED value IS 212 (83.2% from 255) = 45.3%

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

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 45.3%
G = 31.41%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4936D (or 0xD4936D) is known color: Feldspar. HEX triplet: D4, 93 and 6D. RGB value is (212,147,109). Sum of RGB (Red+Green+Blue) = 212+147+109=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4936D is #2B6C92. Grayscale: #A2A2A2. Windows color (decimal): -2845843 or 7181268. OLE color: 7181268.

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

Color convert

RGB 212 147 109 -
CMYK 0 0.31 0.49 0.17
HSL 22.14º 0.54% 0.63% -
HSV(B) 22.14º 0.49% 0.83% -
XYZ 40.35 35.97 19.28 -
YUV 162.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 212 147 109 0 0.31 0.49 0.17 22.14 0.54 0.63
Hex D4 93 6D 0 1F 31 11 16 36 3F
Octal 324 223 155 0 37 61 21 26 66 77
Binary 11010100 10010011 1101101 0 11111 110001 10001 10110 110110 111111

Color Harmonies of #D4936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4936D

Black with #D4936D

Text Example


Text Example

White with #D4936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4936D; }

 p { color: rgb(212,147,109); }

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

background-color css

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

 a { background-color: rgb(212,147,109); }

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

border-color css

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

 span { border-color: rgb(212,147,109); }

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