Html Css Color HEX #DA9A6F Feldspar

📋 copy color: '#DA9A6F'

red 218 ◦ green 154 ◦ blue 111

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

Shades of Feldspar #DA9A6F

Tints of Feldspar #DA9A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 45.13%
G = 31.88%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA9A6F (or 0xDA9A6F) is known color: Feldspar. HEX triplet: DA, 9A and 6F. RGB value is (218,154,111). Sum of RGB (Red+Green+Blue) = 218+154+111=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A6F is #256590. Grayscale: #A8A8A8. Windows color (decimal): -2450833 or 7314138. OLE color: 7314138.

HSL color Cylindrical-coordinate representation of color #DA9A6F: hue angle of 24.11º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA9A6F is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 154 111 -
CMYK 0 0.29 0.49 0.15
HSL 24.11º 0.59% 0.65% -
HSV(B) 24.11º 0.49% 0.85% -
XYZ 43.34 39.16 20.31 -
YUV 168.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 218 154 111 0 0.29 0.49 0.15 24.11 0.59 0.65
Hex DA 9A 6F 0 1D 31 F 18 3B 41
Octal 332 232 157 0 35 61 17 30 73 101
Binary 11011010 10011010 1101111 0 11101 110001 1111 11000 111011 1000001

Color Harmonies of #DA9A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A6F

Black with #DA9A6F

Text Example


Text Example

White with #DA9A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A6F; }

 p { color: rgb(218,154,111); }

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

background-color css

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

 a { background-color: rgb(218,154,111); }

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

border-color css

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

 span { border-color: rgb(218,154,111); }

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