Html Css Color HEX #DC9C72 Feldspar

📋 copy color: '#DC9C72'

red 220 ◦ green 156 ◦ blue 114

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

Shades of Feldspar #DC9C72

Tints of Feldspar #DC9C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 44.9%
G = 31.84%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9C72 (or 0xDC9C72) is known color: Feldspar. HEX triplet: DC, 9C and 72. RGB value is (220,156,114). Sum of RGB (Red+Green+Blue) = 220+156+114=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C72 is #23638D. Grayscale: #AAAAAA. Windows color (decimal): -2319246 or 7511260. OLE color: 7511260.

HSL color Cylindrical-coordinate representation of color #DC9C72: hue angle of 23.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC9C72 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 156 114 -
CMYK 0 0.29 0.48 0.14
HSL 23.77º 0.6% 0.65% -
HSV(B) 23.77º 0.48% 0.86% -
XYZ 44.44 40.21 21.34 -
YUV 170.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 220 156 114 0 0.29 0.48 0.14 23.77 0.6 0.65
Hex DC 9C 72 0 1D 30 E 18 3C 41
Octal 334 234 162 0 35 60 16 30 74 101
Binary 11011100 10011100 1110010 0 11101 110000 1110 11000 111100 1000001

Color Harmonies of #DC9C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C72

Black with #DC9C72

Text Example


Text Example

White with #DC9C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C72; }

 p { color: rgb(220,156,114); }

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

background-color css

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

 a { background-color: rgb(220,156,114); }

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

border-color css

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

 span { border-color: rgb(220,156,114); }

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