Html Css Color HEX #DA9372 Feldspar

📋 copy color: '#DA9372'

red 218 ◦ green 147 ◦ blue 114

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

Shades of Feldspar #DA9372

Tints of Feldspar #DA9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.69%

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

R = 45.51%
G = 30.69%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9372 (or 0xDA9372) is known color: Feldspar. HEX triplet: DA, 93 and 72. RGB value is (218,147,114). Sum of RGB (Red+Green+Blue) = 218+147+114=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9372 is #256C8D. Grayscale: #A4A4A4. Windows color (decimal): -2452622 or 7508954. OLE color: 7508954.

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

Color convert

RGB 218 147 114 -
CMYK 0 0.33 0.48 0.15
HSL 19.04º 0.58% 0.65% -
HSV(B) 19.04º 0.48% 0.85% -
XYZ 42.38 36.99 20.83 -
YUV 164.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 218 147 114 0 0.33 0.48 0.15 19.04 0.58 0.65
Hex DA 93 72 0 21 30 F 13 3A 41
Octal 332 223 162 0 41 60 17 23 72 101
Binary 11011010 10010011 1110010 0 100001 110000 1111 10011 111010 1000001

Color Harmonies of #DA9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9372

Black with #DA9372

Text Example


Text Example

White with #DA9372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9372; }

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

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

background-color css

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

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

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

border-color css

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

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

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