Html Css Color HEX #DC9572 Feldspar

📋 copy color: '#DC9572'

red 220 ◦ green 149 ◦ blue 114

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

Shades of Feldspar #DC9572

Tints of Feldspar #DC9572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

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

R = 45.55%
G = 30.85%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9572 (or 0xDC9572) is known color: Feldspar. HEX triplet: DC, 95 and 72. RGB value is (220,149,114). Sum of RGB (Red+Green+Blue) = 220+149+114=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9572 is #236A8D. Grayscale: #A6A6A6. Windows color (decimal): -2321038 or 7509468. OLE color: 7509468.

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

Color convert

RGB 220 149 114 -
CMYK 0 0.32 0.48 0.14
HSL 19.81º 0.6% 0.65% -
HSV(B) 19.81º 0.48% 0.86% -
XYZ 43.3 37.93 20.96 -
YUV 166.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 220 149 114 0 0.32 0.48 0.14 19.81 0.6 0.65
Hex DC 95 72 0 20 30 E 14 3C 41
Octal 334 225 162 0 40 60 16 24 74 101
Binary 11011100 10010101 1110010 0 100000 110000 1110 10100 111100 1000001

Color Harmonies of #DC9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9572

Black with #DC9572

Text Example


Text Example

White with #DC9572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9572; }

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

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

background-color css

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

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

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

border-color css

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

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

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