Html Css Color HEX #DC9D72 Feldspar

📋 copy color: '#DC9D72'

red 220 ◦ green 157 ◦ blue 114

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

Shades of Feldspar #DC9D72

Tints of Feldspar #DC9D72

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.98%

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

R = 44.81%
G = 31.98%
B = 23.22%

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

#DC9D72 (or 0xDC9D72) is known color: Feldspar. HEX triplet: DC, 9D and 72. RGB value is (220,157,114). Sum of RGB (Red+Green+Blue) = 220+157+114=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D72 is #23628D. Grayscale: #ABABAB. Windows color (decimal): -2318990 or 7511516. OLE color: 7511516.

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

Color convert

RGB 220 157 114 -
CMYK 0 0.29 0.48 0.14
HSL 24.34º 0.6% 0.65% -
HSV(B) 24.34º 0.48% 0.86% -
XYZ 44.61 40.54 21.39 -
YUV 170.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 220 157 114 0 0.29 0.48 0.14 24.34 0.6 0.65
Hex DC 9D 72 0 1D 30 E 18 3C 41
Octal 334 235 162 0 35 60 16 30 74 101
Binary 11011100 10011101 1110010 0 11101 110000 1110 11000 111100 1000001

Color Harmonies of #DC9D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D72

Black with #DC9D72

Text Example


Text Example

White with #DC9D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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