Html Css Color HEX #DC9775 Feldspar

📋 copy color: '#DC9775'

red 220 ◦ green 151 ◦ blue 117

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

Shades of Feldspar #DC9775

Tints of Feldspar #DC9775

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.94%

 BLUE value IS 117 (46.09% from 255) = 23.98%

R = 45.08%
G = 30.94%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9775 (or 0xDC9775) is known color: Feldspar. HEX triplet: DC, 97 and 75. RGB value is (220,151,117). Sum of RGB (Red+Green+Blue) = 220+151+117=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9775 is #23688A. Grayscale: #A7A7A7. Windows color (decimal): -2320523 or 7706588. OLE color: 7706588.

HSL color Cylindrical-coordinate representation of color #DC9775: hue angle of 19.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC9775 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 117 -
CMYK 0 0.31 0.47 0.14
HSL 19.81º 0.6% 0.66% -
HSV(B) 19.81º 0.47% 0.86% -
XYZ 43.79 38.63 21.98 -
YUV 167.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 220 151 117 0 0.31 0.47 0.14 19.81 0.6 0.66
Hex DC 97 75 0 1F 2F E 14 3C 42
Octal 334 227 165 0 37 57 16 24 74 102
Binary 11011100 10010111 1110101 0 11111 101111 1110 10100 111100 1000010

Color Harmonies of #DC9775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9775

Black with #DC9775

Text Example


Text Example

White with #DC9775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9775; }

 p { color: rgb(220,151,117); }

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

background-color css

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

 a { background-color: rgb(220,151,117); }

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

border-color css

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

 span { border-color: rgb(220,151,117); }

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