Html Css Color HEX #DC9075 Feldspar

📋 copy color: '#DC9075'

red 220 ◦ green 144 ◦ blue 117

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

Shades of Feldspar #DC9075

Tints of Feldspar #DC9075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 45.74%
G = 29.94%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9075 (or 0xDC9075) is known color: Feldspar. HEX triplet: DC, 90 and 75. RGB value is (220,144,117). Sum of RGB (Red+Green+Blue) = 220+144+117=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9075 is #236F8A. Grayscale: #A3A3A3. Windows color (decimal): -2322315 or 7704796. OLE color: 7704796.

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

Color convert

RGB 220 144 117 -
CMYK 0 0.35 0.47 0.14
HSL 15.73º 0.6% 0.66% -
HSV(B) 15.73º 0.47% 0.86% -
XYZ 42.7 36.45 21.61 -
YUV 163.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 220 144 117 0 0.35 0.47 0.14 15.73 0.6 0.66
Hex DC 90 75 0 23 2F E 10 3C 42
Octal 334 220 165 0 43 57 16 20 74 102
Binary 11011100 10010000 1110101 0 100011 101111 1110 10000 111100 1000010

Color Harmonies of #DC9075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9075

Black with #DC9075

Text Example


Text Example

White with #DC9075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9075; }

 p { color: rgb(220,144,117); }

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

background-color css

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

 a { background-color: rgb(220,144,117); }

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

border-color css

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

 span { border-color: rgb(220,144,117); }

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