Html Css Color HEX #DC9A6D Feldspar

📋 copy color: '#DC9A6D'

red 220 ◦ green 154 ◦ blue 109

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

Shades of Feldspar #DC9A6D

Tints of Feldspar #DC9A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.57%

R = 45.55%
G = 31.88%
B = 22.57%

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

#DC9A6D (or 0xDC9A6D) is known color: Feldspar. HEX triplet: DC, 9A and 6D. RGB value is (220,154,109). Sum of RGB (Red+Green+Blue) = 220+154+109=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A6D is #236592. Grayscale: #A8A8A8. Windows color (decimal): -2319763 or 7183068. OLE color: 7183068.

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

Color convert

RGB 220 154 109 -
CMYK 0 0.3 0.50 0.14
HSL 24.32º 0.61% 0.65% -
HSV(B) 24.32º 0.5% 0.86% -
XYZ 43.83 39.43 19.77 -
YUV 168.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 220 154 109 0 0.3 0.50 0.14 24.32 0.61 0.65
Hex DC 9A 6D 0 1E 32 E 18 3D 41
Octal 334 232 155 0 36 62 16 30 75 101
Binary 11011100 10011010 1101101 0 11110 110010 1110 11000 111101 1000001

Color Harmonies of #DC9A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A6D

Black with #DC9A6D

Text Example


Text Example

White with #DC9A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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