Html Css Color HEX #DC9872 Feldspar

📋 copy color: '#DC9872'

red 220 ◦ green 152 ◦ blue 114

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

Shades of Feldspar #DC9872

Tints of Feldspar #DC9872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.28%

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

R = 45.27%
G = 31.28%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9872 (or 0xDC9872) is known color: Feldspar. HEX triplet: DC, 98 and 72. RGB value is (220,152,114). Sum of RGB (Red+Green+Blue) = 220+152+114=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9872 is #23678D. Grayscale: #A8A8A8. Windows color (decimal): -2320270 or 7510236. OLE color: 7510236.

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

Color convert

RGB 220 152 114 -
CMYK 0 0.31 0.48 0.14
HSL 21.51º 0.6% 0.65% -
HSV(B) 21.51º 0.48% 0.86% -
XYZ 43.78 38.89 21.12 -
YUV 168 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 220 152 114 0 0.31 0.48 0.14 21.51 0.6 0.65
Hex DC 98 72 0 1F 30 E 16 3C 41
Octal 334 230 162 0 37 60 16 26 74 101
Binary 11011100 10011000 1110010 0 11111 110000 1110 10110 111100 1000001

Color Harmonies of #DC9872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9872

Black with #DC9872

Text Example


Text Example

White with #DC9872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9872; }

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

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

background-color css

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

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

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

border-color css

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

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

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