Html Css Color HEX #DC997A Feldspar

📋 copy color: '#DC997A'

red 220 ◦ green 153 ◦ blue 122

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

Shades of Feldspar #DC997A

Tints of Feldspar #DC997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.65%

R = 44.44%
G = 30.91%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC997A (or 0xDC997A) is known color: Feldspar. HEX triplet: DC, 99 and 7A. RGB value is (220,153,122). Sum of RGB (Red+Green+Blue) = 220+153+122=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC997A is #236685. Grayscale: #A9A9A9. Windows color (decimal): -2320006 or 8034780. OLE color: 8034780.

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

Color convert

RGB 220 153 122 -
CMYK 0 0.30 0.45 0.14
HSL 18.98º 0.58% 0.67% -
HSV(B) 18.98º 0.45% 0.86% -
XYZ 44.42 39.4 23.68 -
YUV 169.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 220 153 122 0 0.30 0.45 0.14 18.98 0.58 0.67
Hex DC 99 7A 0 1E 2D E 13 3A 43
Octal 334 231 172 0 36 55 16 23 72 103
Binary 11011100 10011001 1111010 0 11110 101101 1110 10011 111010 1000011

Color Harmonies of #DC997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC997A

Black with #DC997A

Text Example


Text Example

White with #DC997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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