Html Css Color HEX #DA9072 Feldspar

📋 copy color: '#DA9072'

red 218 ◦ green 144 ◦ blue 114

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

Shades of Feldspar #DA9072

Tints of Feldspar #DA9072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.25%

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

R = 45.8%
G = 30.25%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9072 (or 0xDA9072) is known color: Feldspar. HEX triplet: DA, 90 and 72. RGB value is (218,144,114). Sum of RGB (Red+Green+Blue) = 218+144+114=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9072 is #256F8D. Grayscale: #A2A2A2. Windows color (decimal): -2453390 or 7508186. OLE color: 7508186.

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

Color convert

RGB 218 144 114 -
CMYK 0 0.34 0.48 0.15
HSL 17.31º 0.58% 0.65% -
HSV(B) 17.31º 0.48% 0.85% -
XYZ 41.92 36.07 20.67 -
YUV 162.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 218 144 114 0 0.34 0.48 0.15 17.31 0.58 0.65
Hex DA 90 72 0 22 30 F 11 3A 41
Octal 332 220 162 0 42 60 17 21 72 101
Binary 11011010 10010000 1110010 0 100010 110000 1111 10001 111010 1000001

Color Harmonies of #DA9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9072

Black with #DA9072

Text Example


Text Example

White with #DA9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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