Html Css Color HEX #DC9972 Feldspar

📋 copy color: '#DC9972'

red 220 ◦ green 153 ◦ blue 114

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

Shades of Feldspar #DC9972

Tints of Feldspar #DC9972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.42%

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

R = 45.17%
G = 31.42%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9972 (or 0xDC9972) is known color: Feldspar. HEX triplet: DC, 99 and 72. RGB value is (220,153,114). Sum of RGB (Red+Green+Blue) = 220+153+114=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9972 is #23668D. Grayscale: #A8A8A8. Windows color (decimal): -2320014 or 7510492. OLE color: 7510492.

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

Color convert

RGB 220 153 114 -
CMYK 0 0.30 0.48 0.14
HSL 22.08º 0.6% 0.65% -
HSV(B) 22.08º 0.48% 0.86% -
XYZ 43.94 39.21 21.17 -
YUV 168.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 220 153 114 0 0.30 0.48 0.14 22.08 0.6 0.65
Hex DC 99 72 0 1E 30 E 16 3C 41
Octal 334 231 162 0 36 60 16 26 74 101
Binary 11011100 10011001 1110010 0 11110 110000 1110 10110 111100 1000001

Color Harmonies of #DC9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9972

Black with #DC9972

Text Example


Text Example

White with #DC9972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9972; }

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

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

background-color css

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

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

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

border-color css

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

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

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