Html Css Color HEX #DA9270 Feldspar

📋 copy color: '#DA9270'

red 218 ◦ green 146 ◦ blue 112

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

Shades of Feldspar #DA9270

Tints of Feldspar #DA9270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 45.8%
G = 30.67%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA9270 (or 0xDA9270) is known color: Feldspar. HEX triplet: DA, 92 and 70. RGB value is (218,146,112). Sum of RGB (Red+Green+Blue) = 218+146+112=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9270 is #256D8F. Grayscale: #A3A3A3. Windows color (decimal): -2452880 or 7377626. OLE color: 7377626.

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

Color convert

RGB 218 146 112 -
CMYK 0 0.33 0.49 0.15
HSL 19.25º 0.59% 0.65% -
HSV(B) 19.25º 0.49% 0.85% -
XYZ 42.12 36.63 20.18 -
YUV 163.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 218 146 112 0 0.33 0.49 0.15 19.25 0.59 0.65
Hex DA 92 70 0 21 31 F 13 3B 41
Octal 332 222 160 0 41 61 17 23 73 101
Binary 11011010 10010010 1110000 0 100001 110001 1111 10011 111011 1000001

Color Harmonies of #DA9270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9270

Black with #DA9270

Text Example


Text Example

White with #DA9270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9270; }

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

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

background-color css

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

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

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

border-color css

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

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

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