Html Css Color HEX #DC9274 Feldspar

📋 copy color: '#DC9274'

red 220 ◦ green 146 ◦ blue 116

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

Shades of Feldspar #DC9274

Tints of Feldspar #DC9274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.29%

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 45.64%
G = 30.29%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9274 (or 0xDC9274) is known color: Feldspar. HEX triplet: DC, 92 and 74. RGB value is (220,146,116). Sum of RGB (Red+Green+Blue) = 220+146+116=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9274 is #236D8B. Grayscale: #A4A4A4. Windows color (decimal): -2321804 or 7639772. OLE color: 7639772.

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

Color convert

RGB 220 146 116 -
CMYK 0 0.34 0.47 0.14
HSL 17.31º 0.6% 0.66% -
HSV(B) 17.31º 0.47% 0.86% -
XYZ 42.95 37.03 21.41 -
YUV 164.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 220 146 116 0 0.34 0.47 0.14 17.31 0.6 0.66
Hex DC 92 74 0 22 2F E 11 3C 42
Octal 334 222 164 0 42 57 16 21 74 102
Binary 11011100 10010010 1110100 0 100010 101111 1110 10001 111100 1000010

Color Harmonies of #DC9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9274

Black with #DC9274

Text Example


Text Example

White with #DC9274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9274; }

 p { color: rgb(220,146,116); }

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

background-color css

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

 a { background-color: rgb(220,146,116); }

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

border-color css

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

 span { border-color: rgb(220,146,116); }

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