Html Css Color HEX #DC9A72 Feldspar

📋 copy color: '#DC9A72'

red 220 ◦ green 154 ◦ blue 114

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

Shades of Feldspar #DC9A72

Tints of Feldspar #DC9A72

RGB

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

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

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

R = 45.08%
G = 31.56%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9A72 (or 0xDC9A72) is known color: Feldspar. HEX triplet: DC, 9A and 72. RGB value is (220,154,114). Sum of RGB (Red+Green+Blue) = 220+154+114=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A72 is #23658D. Grayscale: #A9A9A9. Windows color (decimal): -2319758 or 7510748. OLE color: 7510748.

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

Color convert

RGB 220 154 114 -
CMYK 0 0.3 0.48 0.14
HSL 22.64º 0.6% 0.65% -
HSV(B) 22.64º 0.48% 0.86% -
XYZ 44.11 39.54 21.23 -
YUV 169.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 220 154 114 0 0.3 0.48 0.14 22.64 0.6 0.65
Hex DC 9A 72 0 1E 30 E 17 3C 41
Octal 334 232 162 0 36 60 16 27 74 101
Binary 11011100 10011010 1110010 0 11110 110000 1110 10111 111100 1000001

Color Harmonies of #DC9A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A72

Black with #DC9A72

Text Example


Text Example

White with #DC9A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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