Html Css Color HEX #DA9074 Feldspar

📋 copy color: '#DA9074'

red 218 ◦ green 144 ◦ blue 116

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

Shades of Feldspar #DA9074

Tints of Feldspar #DA9074

RGB

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

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

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

R = 45.61%
G = 30.13%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9074 (or 0xDA9074) is known color: Feldspar. HEX triplet: DA, 90 and 74. RGB value is (218,144,116). Sum of RGB (Red+Green+Blue) = 218+144+116=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9074 is #256F8B. Grayscale: #A3A3A3. Windows color (decimal): -2453388 or 7639258. OLE color: 7639258.

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

Color convert

RGB 218 144 116 -
CMYK 0 0.34 0.47 0.15
HSL 16.47º 0.58% 0.65% -
HSV(B) 16.47º 0.47% 0.85% -
XYZ 42.04 36.11 21.28 -
YUV 162.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 218 144 116 0 0.34 0.47 0.15 16.47 0.58 0.65
Hex DA 90 74 0 22 2F F 10 3A 41
Octal 332 220 164 0 42 57 17 20 72 101
Binary 11011010 10010000 1110100 0 100010 101111 1111 10000 111010 1000001

Color Harmonies of #DA9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9074

Black with #DA9074

Text Example


Text Example

White with #DA9074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9074; }

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

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

background-color css

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

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

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

border-color css

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

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

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