Html Css Color HEX #DA9274 Feldspar

📋 copy color: '#DA9274'

red 218 ◦ green 146 ◦ blue 116

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

Shades of Feldspar #DA9274

Tints of Feldspar #DA9274

RGB

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

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

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

R = 45.42%
G = 30.42%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9274 (or 0xDA9274) is known color: Feldspar. HEX triplet: DA, 92 and 74. RGB value is (218,146,116). Sum of RGB (Red+Green+Blue) = 218+146+116=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9274 is #256D8B. Grayscale: #A4A4A4. Windows color (decimal): -2452876 or 7639770. OLE color: 7639770.

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

Color convert

RGB 218 146 116 -
CMYK 0 0.33 0.47 0.15
HSL 17.65º 0.58% 0.65% -
HSV(B) 17.65º 0.47% 0.85% -
XYZ 42.34 36.72 21.38 -
YUV 164.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 218 146 116 0 0.33 0.47 0.15 17.65 0.58 0.65
Hex DA 92 74 0 21 2F F 12 3A 41
Octal 332 222 164 0 41 57 17 22 72 101
Binary 11011010 10010010 1110100 0 100001 101111 1111 10010 111010 1000001

Color Harmonies of #DA9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9274

Black with #DA9274

Text Example


Text Example

White with #DA9274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9274; }

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

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

background-color css

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

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

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

border-color css

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

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

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