Html Css Color HEX #DC9672 Feldspar

📋 copy color: '#DC9672'

red 220 ◦ green 150 ◦ blue 114

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

Shades of Feldspar #DC9672

Tints of Feldspar #DC9672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

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

R = 45.45%
G = 30.99%
B = 23.55%

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

#DC9672 (or 0xDC9672) is known color: Feldspar. HEX triplet: DC, 96 and 72. RGB value is (220,150,114). Sum of RGB (Red+Green+Blue) = 220+150+114=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9672 is #23698D. Grayscale: #A7A7A7. Windows color (decimal): -2320782 or 7509724. OLE color: 7509724.

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

Color convert

RGB 220 150 114 -
CMYK 0 0.32 0.48 0.14
HSL 20.38º 0.6% 0.65% -
HSV(B) 20.38º 0.48% 0.86% -
XYZ 43.46 38.24 21.01 -
YUV 166.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 220 150 114 0 0.32 0.48 0.14 20.38 0.6 0.65
Hex DC 96 72 0 20 30 E 14 3C 41
Octal 334 226 162 0 40 60 16 24 74 101
Binary 11011100 10010110 1110010 0 100000 110000 1110 10100 111100 1000001

Color Harmonies of #DC9672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9672

Black with #DC9672

Text Example


Text Example

White with #DC9672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9672; }

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

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

background-color css

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

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

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

border-color css

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

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

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