Html Css Color HEX #DC9474 Feldspar

📋 copy color: '#DC9474'

red 220 ◦ green 148 ◦ blue 116

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

Shades of Feldspar #DC9474

Tints of Feldspar #DC9474

RGB

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

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

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

R = 45.45%
G = 30.58%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9474 (or 0xDC9474) is known color: Feldspar. HEX triplet: DC, 94 and 74. RGB value is (220,148,116). Sum of RGB (Red+Green+Blue) = 220+148+116=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9474 is #236B8B. Grayscale: #A6A6A6. Windows color (decimal): -2321292 or 7640284. OLE color: 7640284.

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

Color convert

RGB 220 148 116 -
CMYK 0 0.33 0.47 0.14
HSL 18.46º 0.6% 0.66% -
HSV(B) 18.46º 0.47% 0.86% -
XYZ 43.26 37.66 21.51 -
YUV 165.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 220 148 116 0 0.33 0.47 0.14 18.46 0.6 0.66
Hex DC 94 74 0 21 2F E 12 3C 42
Octal 334 224 164 0 41 57 16 22 74 102
Binary 11011100 10010100 1110100 0 100001 101111 1110 10010 111100 1000010

Color Harmonies of #DC9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9474

Black with #DC9474

Text Example


Text Example

White with #DC9474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9474; }

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

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

background-color css

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

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

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

border-color css

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

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

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