Html Css Color HEX #DA9B74 Feldspar

📋 copy color: '#DA9B74'

red 218 ◦ green 155 ◦ blue 116

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

Shades of Feldspar #DA9B74

Tints of Feldspar #DA9B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

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

R = 44.58%
G = 31.7%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9B74 (or 0xDA9B74) is known color: Feldspar. HEX triplet: DA, 9B and 74. RGB value is (218,155,116). Sum of RGB (Red+Green+Blue) = 218+155+116=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B74 is #25648B. Grayscale: #A9A9A9. Windows color (decimal): -2450572 or 7642074. OLE color: 7642074.

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

Color convert

RGB 218 155 116 -
CMYK 0 0.29 0.47 0.15
HSL 22.94º 0.58% 0.65% -
HSV(B) 22.94º 0.47% 0.85% -
XYZ 43.79 39.61 21.86 -
YUV 169.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 218 155 116 0 0.29 0.47 0.15 22.94 0.58 0.65
Hex DA 9B 74 0 1D 2F F 17 3A 41
Octal 332 233 164 0 35 57 17 27 72 101
Binary 11011010 10011011 1110100 0 11101 101111 1111 10111 111010 1000001

Color Harmonies of #DA9B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9B74

Black with #DA9B74

Text Example


Text Example

White with #DA9B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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