Html Css Color HEX #DA9875 Feldspar

📋 copy color: '#DA9875'

red 218 ◦ green 152 ◦ blue 117

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

Shades of Feldspar #DA9875

Tints of Feldspar #DA9875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.21%

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

R = 44.76%
G = 31.21%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9875 (or 0xDA9875) is known color: Feldspar. HEX triplet: DA, 98 and 75. RGB value is (218,152,117). Sum of RGB (Red+Green+Blue) = 218+152+117=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9875 is #25678A. Grayscale: #A7A7A7. Windows color (decimal): -2451339 or 7706842. OLE color: 7706842.

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

Color convert

RGB 218 152 117 -
CMYK 0 0.30 0.46 0.15
HSL 20.79º 0.58% 0.66% -
HSV(B) 20.79º 0.46% 0.85% -
XYZ 43.35 38.65 22 -
YUV 167.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 218 152 117 0 0.30 0.46 0.15 20.79 0.58 0.66
Hex DA 98 75 0 1E 2E F 15 3A 42
Octal 332 230 165 0 36 56 17 25 72 102
Binary 11011010 10011000 1110101 0 11110 101110 1111 10101 111010 1000010

Color Harmonies of #DA9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9875

Black with #DA9875

Text Example


Text Example

White with #DA9875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9875; }

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

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

background-color css

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

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

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

border-color css

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

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

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