Html Css Color HEX #DC9472 Feldspar

📋 copy color: '#DC9472'

red 220 ◦ green 148 ◦ blue 114

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

Shades of Feldspar #DC9472

Tints of Feldspar #DC9472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 45.64%
G = 30.71%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9472 (or 0xDC9472) is known color: Feldspar. HEX triplet: DC, 94 and 72. RGB value is (220,148,114). Sum of RGB (Red+Green+Blue) = 220+148+114=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9472 is #236B8D. Grayscale: #A5A5A5. Windows color (decimal): -2321294 or 7509212. OLE color: 7509212.

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

Color convert

RGB 220 148 114 -
CMYK 0 0.33 0.48 0.14
HSL 19.25º 0.6% 0.65% -
HSV(B) 19.25º 0.48% 0.86% -
XYZ 43.14 37.61 20.91 -
YUV 165.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 220 148 114 0 0.33 0.48 0.14 19.25 0.6 0.65
Hex DC 94 72 0 21 30 E 13 3C 41
Octal 334 224 162 0 41 60 16 23 74 101
Binary 11011100 10010100 1110010 0 100001 110000 1110 10011 111100 1000001

Color Harmonies of #DC9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9472

Black with #DC9472

Text Example


Text Example

White with #DC9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9472; }

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

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

background-color css

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

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

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

border-color css

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

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

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