Html Css Color HEX #DC9970 Feldspar

📋 copy color: '#DC9970'

red 220 ◦ green 153 ◦ blue 112

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

Shades of Feldspar #DC9970

Tints of Feldspar #DC9970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.55%

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 45.36%
G = 31.55%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9970 (or 0xDC9970) is known color: Feldspar. HEX triplet: DC, 99 and 70. RGB value is (220,153,112). Sum of RGB (Red+Green+Blue) = 220+153+112=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9970 is #23668F. Grayscale: #A8A8A8. Windows color (decimal): -2320016 or 7379420. OLE color: 7379420.

HSL color Cylindrical-coordinate representation of color #DC9970: hue angle of 22.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC9970 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 112 -
CMYK 0 0.30 0.49 0.14
HSL 22.78º 0.61% 0.65% -
HSV(B) 22.78º 0.49% 0.86% -
XYZ 43.83 39.17 20.58 -
YUV 168.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 220 153 112 0 0.30 0.49 0.14 22.78 0.61 0.65
Hex DC 99 70 0 1E 31 E 17 3D 41
Octal 334 231 160 0 36 61 16 27 75 101
Binary 11011100 10011001 1110000 0 11110 110001 1110 10111 111101 1000001

Color Harmonies of #DC9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9970

Black with #DC9970

Text Example


Text Example

White with #DC9970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9970; }

 p { color: rgb(220,153,112); }

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

background-color css

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

 a { background-color: rgb(220,153,112); }

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

border-color css

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

 span { border-color: rgb(220,153,112); }

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