Html Css Color HEX #DC9A79 Feldspar

📋 copy color: '#DC9A79'

red 220 ◦ green 154 ◦ blue 121

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

Shades of Feldspar #DC9A79

Tints of Feldspar #DC9A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.44%

R = 44.44%
G = 31.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC9A79 (or 0xDC9A79) is known color: Feldspar. HEX triplet: DC, 9A and 79. RGB value is (220,154,121). Sum of RGB (Red+Green+Blue) = 220+154+121=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A79 is #236586. Grayscale: #AAAAAA. Windows color (decimal): -2319751 or 7969500. OLE color: 7969500.

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

Color convert

RGB 220 154 121 -
CMYK 0 0.3 0.45 0.14
HSL 20º 0.59% 0.67% -
HSV(B) 20º 0.45% 0.86% -
XYZ 44.52 39.71 23.41 -
YUV 169.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 220 154 121 0 0.3 0.45 0.14 20 0.59 0.67
Hex DC 9A 79 0 1E 2D E 14 3B 43
Octal 334 232 171 0 36 55 16 24 73 103
Binary 11011100 10011010 1111001 0 11110 101101 1110 10100 111011 1000011

Color Harmonies of #DC9A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A79

Black with #DC9A79

Text Example


Text Example

White with #DC9A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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