Html Css Color HEX #DA9078 Feldspar

📋 copy color: '#DA9078'

red 218 ◦ green 144 ◦ blue 120

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

Shades of Feldspar #DA9078

Tints of Feldspar #DA9078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 45.23%
G = 29.88%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA9078 (or 0xDA9078) is known color: Feldspar. HEX triplet: DA, 90 and 78. RGB value is (218,144,120). Sum of RGB (Red+Green+Blue) = 218+144+120=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9078 is #256F87. Grayscale: #A3A3A3. Windows color (decimal): -2453384 or 7901402. OLE color: 7901402.

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

Color convert

RGB 218 144 120 -
CMYK 0 0.34 0.45 0.15
HSL 14.69º 0.57% 0.66% -
HSV(B) 14.69º 0.45% 0.85% -
XYZ 42.28 36.21 22.53 -
YUV 163.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 218 144 120 0 0.34 0.45 0.15 14.69 0.57 0.66
Hex DA 90 78 0 22 2D F F 39 42
Octal 332 220 170 0 42 55 17 17 71 102
Binary 11011010 10010000 1111000 0 100010 101101 1111 1111 111001 1000010

Color Harmonies of #DA9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9078

Black with #DA9078

Text Example


Text Example

White with #DA9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9078; }

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

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

background-color css

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

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

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

border-color css

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

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

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