Html Css Color HEX #DC9874 Feldspar

📋 copy color: '#DC9874'

red 220 ◦ green 152 ◦ blue 116

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

Shades of Feldspar #DC9874

Tints of Feldspar #DC9874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.15%

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

R = 45.08%
G = 31.15%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9874 (or 0xDC9874) is known color: Feldspar. HEX triplet: DC, 98 and 74. RGB value is (220,152,116). Sum of RGB (Red+Green+Blue) = 220+152+116=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9874 is #23678B. Grayscale: #A8A8A8. Windows color (decimal): -2320268 or 7641308. OLE color: 7641308.

HSL color Cylindrical-coordinate representation of color #DC9874: hue angle of 20.77º 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 #DC9874 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 116 -
CMYK 0 0.31 0.47 0.14
HSL 20.77º 0.6% 0.66% -
HSV(B) 20.77º 0.47% 0.86% -
XYZ 43.9 38.93 21.72 -
YUV 168.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 220 152 116 0 0.31 0.47 0.14 20.77 0.6 0.66
Hex DC 98 74 0 1F 2F E 15 3C 42
Octal 334 230 164 0 37 57 16 25 74 102
Binary 11011100 10011000 1110100 0 11111 101111 1110 10101 111100 1000010

Color Harmonies of #DC9874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9874

Black with #DC9874

Text Example


Text Example

White with #DC9874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9874; }

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

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

background-color css

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

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

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

border-color css

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

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

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