Html Css Color HEX #DC9A6F Feldspar

📋 copy color: '#DC9A6F'

red 220 ◦ green 154 ◦ blue 111

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

Shades of Feldspar #DC9A6F

Tints of Feldspar #DC9A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.75%

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 45.36%
G = 31.75%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC9A6F (or 0xDC9A6F) is known color: Feldspar. HEX triplet: DC, 9A and 6F. RGB value is (220,154,111). Sum of RGB (Red+Green+Blue) = 220+154+111=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A6F is #236590. Grayscale: #A9A9A9. Windows color (decimal): -2319761 or 7314140. OLE color: 7314140.

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

Color convert

RGB 220 154 111 -
CMYK 0 0.3 0.50 0.14
HSL 23.67º 0.61% 0.65% -
HSV(B) 23.67º 0.5% 0.86% -
XYZ 43.94 39.47 20.34 -
YUV 168.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 220 154 111 0 0.3 0.50 0.14 23.67 0.61 0.65
Hex DC 9A 6F 0 1E 32 E 18 3D 41
Octal 334 232 157 0 36 62 16 30 75 101
Binary 11011100 10011010 1101111 0 11110 110010 1110 11000 111101 1000001

Color Harmonies of #DC9A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A6F

Black with #DC9A6F

Text Example


Text Example

White with #DC9A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A6F; }

 p { color: rgb(220,154,111); }

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

background-color css

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

 a { background-color: rgb(220,154,111); }

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

border-color css

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

 span { border-color: rgb(220,154,111); }

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