Html Css Color HEX #DA9972 Feldspar

📋 copy color: '#DA9972'

red 218 ◦ green 153 ◦ blue 114

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

Shades of Feldspar #DA9972

Tints of Feldspar #DA9972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.55%

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

R = 44.95%
G = 31.55%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9972 (or 0xDA9972) is known color: Feldspar. HEX triplet: DA, 99 and 72. RGB value is (218,153,114). Sum of RGB (Red+Green+Blue) = 218+153+114=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9972 is #25668D. Grayscale: #A8A8A8. Windows color (decimal): -2451086 or 7510490. OLE color: 7510490.

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

Color convert

RGB 218 153 114 -
CMYK 0 0.30 0.48 0.15
HSL 22.5º 0.58% 0.65% -
HSV(B) 22.5º 0.48% 0.85% -
XYZ 43.34 38.9 21.14 -
YUV 167.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 218 153 114 0 0.30 0.48 0.15 22.5 0.58 0.65
Hex DA 99 72 0 1E 30 F 16 3A 41
Octal 332 231 162 0 36 60 17 26 72 101
Binary 11011010 10011001 1110010 0 11110 110000 1111 10110 111010 1000001

Color Harmonies of #DA9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9972

Black with #DA9972

Text Example


Text Example

White with #DA9972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9972; }

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

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

background-color css

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

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

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

border-color css

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

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

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