Html Css Color HEX #DA9874 Feldspar

📋 copy color: '#DA9874'

red 218 ◦ green 152 ◦ blue 116

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

Shades of Feldspar #DA9874

Tints of Feldspar #DA9874

RGB

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

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

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

R = 44.86%
G = 31.28%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9874 (or 0xDA9874) is known color: Feldspar. HEX triplet: DA, 98 and 74. RGB value is (218,152,116). Sum of RGB (Red+Green+Blue) = 218+152+116=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9874 is #25678B. Grayscale: #A7A7A7. Windows color (decimal): -2451340 or 7641306. OLE color: 7641306.

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

Color convert

RGB 218 152 116 -
CMYK 0 0.30 0.47 0.15
HSL 21.18º 0.58% 0.65% -
HSV(B) 21.18º 0.47% 0.85% -
XYZ 43.29 38.62 21.7 -
YUV 167.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 218 152 116 0 0.30 0.47 0.15 21.18 0.58 0.65
Hex DA 98 74 0 1E 2F F 15 3A 41
Octal 332 230 164 0 36 57 17 25 72 101
Binary 11011010 10011000 1110100 0 11110 101111 1111 10101 111010 1000001

Color Harmonies of #DA9874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9874

Black with #DA9874

Text Example


Text Example

White with #DA9874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9874; }

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

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

background-color css

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

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

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

border-color css

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

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

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