Html Css Color HEX #DA9D74 Feldspar

📋 copy color: '#DA9D74'

red 218 ◦ green 157 ◦ blue 116

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

Shades of Feldspar #DA9D74

Tints of Feldspar #DA9D74

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.98%

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

R = 44.4%
G = 31.98%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9D74 (or 0xDA9D74) is known color: Feldspar. HEX triplet: DA, 9D and 74. RGB value is (218,157,116). Sum of RGB (Red+Green+Blue) = 218+157+116=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D74 is #25628B. Grayscale: #AAAAAA. Windows color (decimal): -2450060 or 7642586. OLE color: 7642586.

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

Color convert

RGB 218 157 116 -
CMYK 0 0.28 0.47 0.15
HSL 24.12º 0.58% 0.65% -
HSV(B) 24.12º 0.47% 0.85% -
XYZ 44.12 40.28 21.97 -
YUV 170.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 218 157 116 0 0.28 0.47 0.15 24.12 0.58 0.65
Hex DA 9D 74 0 1C 2F F 18 3A 41
Octal 332 235 164 0 34 57 17 30 72 101
Binary 11011010 10011101 1110100 0 11100 101111 1111 11000 111010 1000001

Color Harmonies of #DA9D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9D74

Black with #DA9D74

Text Example


Text Example

White with #DA9D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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