Html Css Color HEX #DA9674 Feldspar

📋 copy color: '#DA9674'

red 218 ◦ green 150 ◦ blue 116

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

Shades of Feldspar #DA9674

Tints of Feldspar #DA9674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

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

R = 45.04%
G = 30.99%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9674 (or 0xDA9674) is known color: Feldspar. HEX triplet: DA, 96 and 74. RGB value is (218,150,116). Sum of RGB (Red+Green+Blue) = 218+150+116=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9674 is #25698B. Grayscale: #A6A6A6. Windows color (decimal): -2451852 or 7640794. OLE color: 7640794.

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

Color convert

RGB 218 150 116 -
CMYK 0 0.31 0.47 0.15
HSL 20º 0.58% 0.65% -
HSV(B) 20º 0.47% 0.85% -
XYZ 42.97 37.98 21.59 -
YUV 166.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 218 150 116 0 0.31 0.47 0.15 20 0.58 0.65
Hex DA 96 74 0 1F 2F F 14 3A 41
Octal 332 226 164 0 37 57 17 24 72 101
Binary 11011010 10010110 1110100 0 11111 101111 1111 10100 111010 1000001

Color Harmonies of #DA9674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9674

Black with #DA9674

Text Example


Text Example

White with #DA9674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9674; }

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

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

background-color css

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

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

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

border-color css

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

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

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