Html Css Color HEX #DA9075 Feldspar

📋 copy color: '#DA9075'

red 218 ◦ green 144 ◦ blue 117

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

Shades of Feldspar #DA9075

Tints of Feldspar #DA9075

RGB

 RED value IS 218 (85.55% from 255) = 45.51%

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

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

R = 45.51%
G = 30.06%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9075 (or 0xDA9075) is known color: Feldspar. HEX triplet: DA, 90 and 75. RGB value is (218,144,117). Sum of RGB (Red+Green+Blue) = 218+144+117=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9075 is #256F8A. Grayscale: #A3A3A3. Windows color (decimal): -2453387 or 7704794. OLE color: 7704794.

HSL color Cylindrical-coordinate representation of color #DA9075: hue angle of 16.04º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA9075 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 144 117 -
CMYK 0 0.34 0.46 0.15
HSL 16.04º 0.58% 0.66% -
HSV(B) 16.04º 0.46% 0.85% -
XYZ 42.1 36.14 21.59 -
YUV 163.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 218 144 117 0 0.34 0.46 0.15 16.04 0.58 0.66
Hex DA 90 75 0 22 2E F 10 3A 42
Octal 332 220 165 0 42 56 17 20 72 102
Binary 11011010 10010000 1110101 0 100010 101110 1111 10000 111010 1000010

Color Harmonies of #DA9075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9075

Black with #DA9075

Text Example


Text Example

White with #DA9075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9075; }

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

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

background-color css

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

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

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

border-color css

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

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

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