Html Css Color HEX #DC9A7A Feldspar

📋 copy color: '#DC9A7A'

red 220 ◦ green 154 ◦ blue 122

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

Shades of Feldspar #DC9A7A

Tints of Feldspar #DC9A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

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

R = 44.35%
G = 31.05%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC9A7A (or 0xDC9A7A) is known color: Feldspar. HEX triplet: DC, 9A and 7A. RGB value is (220,154,122). Sum of RGB (Red+Green+Blue) = 220+154+122=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A7A is #236585. Grayscale: #AAAAAA. Windows color (decimal): -2319750 or 8035036. OLE color: 8035036.

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

Color convert

RGB 220 154 122 -
CMYK 0 0.3 0.45 0.14
HSL 19.59º 0.58% 0.67% -
HSV(B) 19.59º 0.45% 0.86% -
XYZ 44.58 39.73 23.73 -
YUV 170.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 220 154 122 0 0.3 0.45 0.14 19.59 0.58 0.67
Hex DC 9A 7A 0 1E 2D E 14 3A 43
Octal 334 232 172 0 36 55 16 24 72 103
Binary 11011100 10011010 1111010 0 11110 101101 1110 10100 111010 1000011

Color Harmonies of #DC9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A7A

Black with #DC9A7A

Text Example


Text Example

White with #DC9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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