Html Css Color HEX #DC9674 Feldspar

📋 copy color: '#DC9674'

red 220 ◦ green 150 ◦ blue 116

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

Shades of Feldspar #DC9674

Tints of Feldspar #DC9674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

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

R = 45.27%
G = 30.86%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9674 (or 0xDC9674) is known color: Feldspar. HEX triplet: DC, 96 and 74. RGB value is (220,150,116). Sum of RGB (Red+Green+Blue) = 220+150+116=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9674 is #23698B. Grayscale: #A7A7A7. Windows color (decimal): -2320780 or 7640796. OLE color: 7640796.

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

Color convert

RGB 220 150 116 -
CMYK 0 0.32 0.47 0.14
HSL 19.62º 0.6% 0.66% -
HSV(B) 19.62º 0.47% 0.86% -
XYZ 43.57 38.29 21.62 -
YUV 167.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 220 150 116 0 0.32 0.47 0.14 19.62 0.6 0.66
Hex DC 96 74 0 20 2F E 14 3C 42
Octal 334 226 164 0 40 57 16 24 74 102
Binary 11011100 10010110 1110100 0 100000 101111 1110 10100 111100 1000010

Color Harmonies of #DC9674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9674

Black with #DC9674

Text Example


Text Example

White with #DC9674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9674; }

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

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

background-color css

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

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

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

border-color css

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

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

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