Html Css Color HEX #DC8E74 Feldspar

📋 copy color: '#DC8E74'

red 220 ◦ green 142 ◦ blue 116

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

Shades of Feldspar #DC8E74

Tints of Feldspar #DC8E74

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

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

 BLUE value IS 116 (45.7% from 255) = 24.27%

R = 46.03%
G = 29.71%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC8E74 (or 0xDC8E74) is known color: Feldspar. HEX triplet: DC, 8E and 74. RGB value is (220,142,116). Sum of RGB (Red+Green+Blue) = 220+142+116=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E74 is #23718B. Grayscale: #A2A2A2. Windows color (decimal): -2322828 or 7638748. OLE color: 7638748.

HSL color Cylindrical-coordinate representation of color #DC8E74: hue angle of 15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC8E74 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 142 116 -
CMYK 0 0.35 0.47 0.14
HSL 15º 0.6% 0.66% -
HSV(B) 15º 0.47% 0.86% -
XYZ 42.34 35.82 21.21 -
YUV 162.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 220 142 116 0 0.35 0.47 0.14 15 0.6 0.66
Hex DC 8E 74 0 23 2F E F 3C 42
Octal 334 216 164 0 43 57 16 17 74 102
Binary 11011100 10001110 1110100 0 100011 101111 1110 1111 111100 1000010

Color Harmonies of #DC8E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8E74

Black with #DC8E74

Text Example


Text Example

White with #DC8E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8E74; }

 p { color: rgb(220,142,116); }

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

background-color css

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

 a { background-color: rgb(220,142,116); }

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

border-color css

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

 span { border-color: rgb(220,142,116); }

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