Html Css Color HEX #D18E6C Feldspar

📋 copy color: '#D18E6C'

red 209 ◦ green 142 ◦ blue 108

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

Shades of Feldspar #D18E6C

Tints of Feldspar #D18E6C

RGB

 RED value IS 209 (82.03% from 255) = 45.53%

 GREEN value IS 142 (55.86% from 255) = 30.94%

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

R = 45.53%
G = 30.94%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D18E6C (or 0xD18E6C) is known color: Feldspar. HEX triplet: D1, 8E and 6C. RGB value is (209,142,108). Sum of RGB (Red+Green+Blue) = 209+142+108=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E6C is #2E7193. Grayscale: #9E9E9E. Windows color (decimal): -3043732 or 7114449. OLE color: 7114449.

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

Color convert

RGB 209 142 108 -
CMYK 0 0.32 0.48 0.18
HSL 20.2º 0.52% 0.62% -
HSV(B) 20.2º 0.48% 0.82% -
XYZ 38.67 33.98 18.71 -
YUV 158.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 209 142 108 0 0.32 0.48 0.18 20.2 0.52 0.62
Hex D1 8E 6C 0 20 30 12 14 34 3E
Octal 321 216 154 0 40 60 22 24 64 76
Binary 11010001 10001110 1101100 0 100000 110000 10010 10100 110100 111110

Color Harmonies of #D18E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E6C

Black with #D18E6C

Text Example


Text Example

White with #D18E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E6C; }

 p { color: rgb(209,142,108); }

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

background-color css

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

 a { background-color: rgb(209,142,108); }

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

border-color css

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

 span { border-color: rgb(209,142,108); }

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