Html Css Color HEX #DA936E Feldspar

📋 copy color: '#DA936E'

red 218 ◦ green 147 ◦ blue 110

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

Shades of Feldspar #DA936E

Tints of Feldspar #DA936E

RGB

 RED value IS 218 (85.55% from 255) = 45.89%

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

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 45.89%
G = 30.95%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA936E (or 0xDA936E) is known color: Feldspar. HEX triplet: DA, 93 and 6E. RGB value is (218,147,110). Sum of RGB (Red+Green+Blue) = 218+147+110=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA936E is #256C91. Grayscale: #A4A4A4. Windows color (decimal): -2452626 or 7246810. OLE color: 7246810.

HSL color Cylindrical-coordinate representation of color #DA936E: hue angle of 20.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA936E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 147 110 -
CMYK 0 0.33 0.50 0.15
HSL 20.56º 0.59% 0.64% -
HSV(B) 20.56º 0.5% 0.85% -
XYZ 42.16 36.9 19.65 -
YUV 164.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 218 147 110 0 0.33 0.50 0.15 20.56 0.59 0.64
Hex DA 93 6E 0 21 32 F 15 3B 40
Octal 332 223 156 0 41 62 17 25 73 100
Binary 11011010 10010011 1101110 0 100001 110010 1111 10101 111011 1000000

Color Harmonies of #DA936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA936E

Black with #DA936E

Text Example


Text Example

White with #DA936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA936E; }

 p { color: rgb(218,147,110); }

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

background-color css

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

 a { background-color: rgb(218,147,110); }

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

border-color css

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

 span { border-color: rgb(218,147,110); }

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