Html Css Color HEX #DA9974 Feldspar

📋 copy color: '#DA9974'

red 218 ◦ green 153 ◦ blue 116

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

Shades of Feldspar #DA9974

Tints of Feldspar #DA9974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.42%

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

R = 44.76%
G = 31.42%
B = 23.82%

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

#DA9974 (or 0xDA9974) is known color: Feldspar. HEX triplet: DA, 99 and 74. RGB value is (218,153,116). Sum of RGB (Red+Green+Blue) = 218+153+116=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9974 is #25668B. Grayscale: #A8A8A8. Windows color (decimal): -2451084 or 7641562. OLE color: 7641562.

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

Color convert

RGB 218 153 116 -
CMYK 0 0.30 0.47 0.15
HSL 21.76º 0.58% 0.65% -
HSV(B) 21.76º 0.47% 0.85% -
XYZ 43.46 38.95 21.75 -
YUV 168.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 218 153 116 0 0.30 0.47 0.15 21.76 0.58 0.65
Hex DA 99 74 0 1E 2F F 16 3A 41
Octal 332 231 164 0 36 57 17 26 72 101
Binary 11011010 10011001 1110100 0 11110 101111 1111 10110 111010 1000001

Color Harmonies of #DA9974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9974

Black with #DA9974

Text Example


Text Example

White with #DA9974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9974; }

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

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

background-color css

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

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

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

border-color css

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

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

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