Html Css Color HEX #DC9A6E Feldspar

📋 copy color: '#DC9A6E'

red 220 ◦ green 154 ◦ blue 110

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

Shades of Feldspar #DC9A6E

Tints of Feldspar #DC9A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.73%

R = 45.45%
G = 31.82%
B = 22.73%

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

#DC9A6E (or 0xDC9A6E) is known color: Feldspar. HEX triplet: DC, 9A and 6E. RGB value is (220,154,110). Sum of RGB (Red+Green+Blue) = 220+154+110=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A6E is #236591. Grayscale: #A8A8A8. Windows color (decimal): -2319762 or 7248604. OLE color: 7248604.

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

Color convert

RGB 220 154 110 -
CMYK 0 0.3 0.50 0.14
HSL 24º 0.61% 0.65% -
HSV(B) 24º 0.5% 0.86% -
XYZ 43.89 39.45 20.05 -
YUV 168.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 220 154 110 0 0.3 0.50 0.14 24 0.61 0.65
Hex DC 9A 6E 0 1E 32 E 18 3D 41
Octal 334 232 156 0 36 62 16 30 75 101
Binary 11011100 10011010 1101110 0 11110 110010 1110 11000 111101 1000001

Color Harmonies of #DC9A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A6E

Black with #DC9A6E

Text Example


Text Example

White with #DC9A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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