Html Css Color HEX #DC9678 Feldspar

📋 copy color: '#DC9678'

red 220 ◦ green 150 ◦ blue 120

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

Shades of Feldspar #DC9678

Tints of Feldspar #DC9678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 44.9%
G = 30.61%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC9678 (or 0xDC9678) is known color: Feldspar. HEX triplet: DC, 96 and 78. RGB value is (220,150,120). Sum of RGB (Red+Green+Blue) = 220+150+120=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9678 is #236987. Grayscale: #A7A7A7. Windows color (decimal): -2320776 or 7902940. OLE color: 7902940.

HSL color Cylindrical-coordinate representation of color #DC9678: hue angle of 18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC9678 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 120 -
CMYK 0 0.32 0.45 0.14
HSL 18º 0.59% 0.67% -
HSV(B) 18º 0.45% 0.86% -
XYZ 43.81 38.38 22.87 -
YUV 167.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 220 150 120 0 0.32 0.45 0.14 18 0.59 0.67
Hex DC 96 78 0 20 2D E 12 3B 43
Octal 334 226 170 0 40 55 16 22 73 103
Binary 11011100 10010110 1111000 0 100000 101101 1110 10010 111011 1000011

Color Harmonies of #DC9678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9678

Black with #DC9678

Text Example


Text Example

White with #DC9678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9678; }

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

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

background-color css

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

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

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

border-color css

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

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

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