Html Css Color HEX #DA9076 Feldspar

📋 copy color: '#DA9076'

red 218 ◦ green 144 ◦ blue 118

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

Shades of Feldspar #DA9076

Tints of Feldspar #DA9076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.58%

R = 45.42%
G = 30%
B = 24.58%

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

#DA9076 (or 0xDA9076) is known color: Feldspar. HEX triplet: DA, 90 and 76. RGB value is (218,144,118). Sum of RGB (Red+Green+Blue) = 218+144+118=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9076 is #256F89. Grayscale: #A3A3A3. Windows color (decimal): -2453386 or 7770330. OLE color: 7770330.

HSL color Cylindrical-coordinate representation of color #DA9076: hue angle of 15.6º degrees, saturation: 0.57, 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 #DA9076 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 144 118 -
CMYK 0 0.34 0.46 0.15
HSL 15.6º 0.57% 0.66% -
HSV(B) 15.6º 0.46% 0.85% -
XYZ 42.16 36.16 21.9 -
YUV 163.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 218 144 118 0 0.34 0.46 0.15 15.6 0.57 0.66
Hex DA 90 76 0 22 2E F 10 39 42
Octal 332 220 166 0 42 56 17 20 71 102
Binary 11011010 10010000 1110110 0 100010 101110 1111 10000 111001 1000010

Color Harmonies of #DA9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9076

Black with #DA9076

Text Example


Text Example

White with #DA9076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9076; }

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

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

background-color css

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

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

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

border-color css

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

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

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