Html Css Color HEX #D0936E Feldspar

📋 copy color: '#D0936E'

red 208 ◦ green 147 ◦ blue 110

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

Shades of Feldspar #D0936E

Tints of Feldspar #D0936E

RGB

 RED value IS 208 (81.64% from 255) = 44.73%

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

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

R = 44.73%
G = 31.61%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0936E (or 0xD0936E) is known color: Feldspar. HEX triplet: D0, 93 and 6E. RGB value is (208,147,110). Sum of RGB (Red+Green+Blue) = 208+147+110=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0936E is #2F6C91. Grayscale: #A1A1A1. Windows color (decimal): -3107986 or 7246800. OLE color: 7246800.

HSL color Cylindrical-coordinate representation of color #D0936E: hue angle of 22.65º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0936E is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 110 -
CMYK 0 0.29 0.47 0.18
HSL 22.65º 0.51% 0.62% -
HSV(B) 22.65º 0.47% 0.82% -
XYZ 39.26 35.4 19.52 -
YUV 161.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 208 147 110 0 0.29 0.47 0.18 22.65 0.51 0.62
Hex D0 93 6E 0 1D 2F 12 17 33 3E
Octal 320 223 156 0 35 57 22 27 63 76
Binary 11010000 10010011 1101110 0 11101 101111 10010 10111 110011 111110

Color Harmonies of #D0936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0936E

Black with #D0936E

Text Example


Text Example

White with #D0936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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