Html Css Color HEX #DA9277 Feldspar

📋 copy color: '#DA9277'

red 218 ◦ green 146 ◦ blue 119

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

Shades of Feldspar #DA9277

Tints of Feldspar #DA9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.23%

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 45.13%
G = 30.23%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA9277 (or 0xDA9277) is known color: Feldspar. HEX triplet: DA, 92 and 77. RGB value is (218,146,119). Sum of RGB (Red+Green+Blue) = 218+146+119=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9277 is #256D88. Grayscale: #A4A4A4. Windows color (decimal): -2452873 or 7836378. OLE color: 7836378.

HSL color Cylindrical-coordinate representation of color #DA9277: hue angle of 16.36º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA9277 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 146 119 -
CMYK 0 0.33 0.45 0.15
HSL 16.36º 0.57% 0.66% -
HSV(B) 16.36º 0.45% 0.85% -
XYZ 42.52 36.8 22.31 -
YUV 164.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 218 146 119 0 0.33 0.45 0.15 16.36 0.57 0.66
Hex DA 92 77 0 21 2D F 10 39 42
Octal 332 222 167 0 41 55 17 20 71 102
Binary 11011010 10010010 1110111 0 100001 101101 1111 10000 111001 1000010

Color Harmonies of #DA9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9277

Black with #DA9277

Text Example


Text Example

White with #DA9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9277; }

 p { color: rgb(218,146,119); }

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

background-color css

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

 a { background-color: rgb(218,146,119); }

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

border-color css

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

 span { border-color: rgb(218,146,119); }

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