Html Css Color HEX #DA9970 Feldspar

📋 copy color: '#DA9970'

red 218 ◦ green 153 ◦ blue 112

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

Shades of Feldspar #DA9970

Tints of Feldspar #DA9970

RGB

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

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

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

R = 45.13%
G = 31.68%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA9970 (or 0xDA9970) is known color: Feldspar. HEX triplet: DA, 99 and 70. RGB value is (218,153,112). Sum of RGB (Red+Green+Blue) = 218+153+112=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9970 is #25668F. Grayscale: #A7A7A7. Windows color (decimal): -2451088 or 7379418. OLE color: 7379418.

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

Color convert

RGB 218 153 112 -
CMYK 0 0.30 0.49 0.15
HSL 23.21º 0.59% 0.65% -
HSV(B) 23.21º 0.49% 0.85% -
XYZ 43.23 38.86 20.55 -
YUV 167.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 218 153 112 0 0.30 0.49 0.15 23.21 0.59 0.65
Hex DA 99 70 0 1E 31 F 17 3B 41
Octal 332 231 160 0 36 61 17 27 73 101
Binary 11011010 10011001 1110000 0 11110 110001 1111 10111 111011 1000001

Color Harmonies of #DA9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9970

Black with #DA9970

Text Example


Text Example

White with #DA9970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9970; }

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

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

background-color css

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

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

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

border-color css

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

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

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