Html Css Color HEX #DC9076 Feldspar

📋 copy color: '#DC9076'

red 220 ◦ green 144 ◦ blue 118

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

Shades of Feldspar #DC9076

Tints of Feldspar #DC9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.88%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 45.64%
G = 29.88%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9076 (or 0xDC9076) is known color: Feldspar. HEX triplet: DC, 90 and 76. RGB value is (220,144,118). Sum of RGB (Red+Green+Blue) = 220+144+118=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9076 is #236F89. Grayscale: #A3A3A3. Windows color (decimal): -2322314 or 7770332. OLE color: 7770332.

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

Color convert

RGB 220 144 118 -
CMYK 0 0.35 0.46 0.14
HSL 15.29º 0.59% 0.66% -
HSV(B) 15.29º 0.46% 0.86% -
XYZ 42.76 36.47 21.93 -
YUV 163.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 220 144 118 0 0.35 0.46 0.14 15.29 0.59 0.66
Hex DC 90 76 0 23 2E E F 3B 42
Octal 334 220 166 0 43 56 16 17 73 102
Binary 11011100 10010000 1110110 0 100011 101110 1110 1111 111011 1000010

Color Harmonies of #DC9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9076

Black with #DC9076

Text Example


Text Example

White with #DC9076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9076; }

 p { color: rgb(220,144,118); }

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

background-color css

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

 a { background-color: rgb(220,144,118); }

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

border-color css

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

 span { border-color: rgb(220,144,118); }

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