Html Css Color HEX #DC9475 Feldspar

📋 copy color: '#DC9475'

red 220 ◦ green 148 ◦ blue 117

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

Shades of Feldspar #DC9475

Tints of Feldspar #DC9475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 45.36%
G = 30.52%
B = 24.12%

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

#DC9475 (or 0xDC9475) is known color: Feldspar. HEX triplet: DC, 94 and 75. RGB value is (220,148,117). Sum of RGB (Red+Green+Blue) = 220+148+117=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9475 is #236B8A. Grayscale: #A6A6A6. Windows color (decimal): -2321291 or 7705820. OLE color: 7705820.

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

Color convert

RGB 220 148 117 -
CMYK 0 0.33 0.47 0.14
HSL 18.06º 0.6% 0.66% -
HSV(B) 18.06º 0.47% 0.86% -
XYZ 43.32 37.68 21.82 -
YUV 165.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 220 148 117 0 0.33 0.47 0.14 18.06 0.6 0.66
Hex DC 94 75 0 21 2F E 12 3C 42
Octal 334 224 165 0 41 57 16 22 74 102
Binary 11011100 10010100 1110101 0 100001 101111 1110 10010 111100 1000010

Color Harmonies of #DC9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9475

Black with #DC9475

Text Example


Text Example

White with #DC9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9475; }

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

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

background-color css

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

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

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

border-color css

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

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

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