Html Css Color HEX #DC9478 Feldspar

📋 copy color: '#DC9478'

red 220 ◦ green 148 ◦ blue 120

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

Shades of Feldspar #DC9478

Tints of Feldspar #DC9478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.33%

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

R = 45.08%
G = 30.33%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC9478 (or 0xDC9478) is known color: Feldspar. HEX triplet: DC, 94 and 78. RGB value is (220,148,120). Sum of RGB (Red+Green+Blue) = 220+148+120=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9478 is #236B87. Grayscale: #A6A6A6. Windows color (decimal): -2321288 or 7902428. OLE color: 7902428.

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

Color convert

RGB 220 148 120 -
CMYK 0 0.33 0.45 0.14
HSL 16.8º 0.59% 0.67% -
HSV(B) 16.8º 0.45% 0.86% -
XYZ 43.5 37.75 22.76 -
YUV 166.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 220 148 120 0 0.33 0.45 0.14 16.8 0.59 0.67
Hex DC 94 78 0 21 2D E 11 3B 43
Octal 334 224 170 0 41 55 16 21 73 103
Binary 11011100 10010100 1111000 0 100001 101101 1110 10001 111011 1000011

Color Harmonies of #DC9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9478

Black with #DC9478

Text Example


Text Example

White with #DC9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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