Html Css Color HEX #DA9472 Feldspar

📋 copy color: '#DA9472'

red 218 ◦ green 148 ◦ blue 114

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

Shades of Feldspar #DA9472

Tints of Feldspar #DA9472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 45.42%
G = 30.83%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9472 (or 0xDA9472) is known color: Feldspar. HEX triplet: DA, 94 and 72. RGB value is (218,148,114). Sum of RGB (Red+Green+Blue) = 218+148+114=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9472 is #256B8D. Grayscale: #A5A5A5. Windows color (decimal): -2452366 or 7509210. OLE color: 7509210.

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

Color convert

RGB 218 148 114 -
CMYK 0 0.32 0.48 0.15
HSL 19.62º 0.58% 0.65% -
HSV(B) 19.62º 0.48% 0.85% -
XYZ 42.54 37.3 20.88 -
YUV 165.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 218 148 114 0 0.32 0.48 0.15 19.62 0.58 0.65
Hex DA 94 72 0 20 30 F 14 3A 41
Octal 332 224 162 0 40 60 17 24 72 101
Binary 11011010 10010100 1110010 0 100000 110000 1111 10100 111010 1000001

Color Harmonies of #DA9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9472

Black with #DA9472

Text Example


Text Example

White with #DA9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9472; }

 p { color: rgb(218,148,114); }

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

background-color css

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

 a { background-color: rgb(218,148,114); }

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

border-color css

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

 span { border-color: rgb(218,148,114); }

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