Html Css Color HEX #DA947D Feldspar

📋 copy color: '#DA947D'

red 218 ◦ green 148 ◦ blue 125

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

Shades of Feldspar #DA947D

Tints of Feldspar #DA947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 44.4%
G = 30.14%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA947D (or 0xDA947D) is known color: Feldspar. HEX triplet: DA, 94 and 7D. RGB value is (218,148,125). Sum of RGB (Red+Green+Blue) = 218+148+125=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA947D is #256B82. Grayscale: #A6A6A6. Windows color (decimal): -2452355 or 8230106. OLE color: 8230106.

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

Color convert

RGB 218 148 125 -
CMYK 0 0.32 0.43 0.15
HSL 14.84º 0.56% 0.67% -
HSV(B) 14.84º 0.43% 0.85% -
XYZ 43.21 37.57 24.38 -
YUV 166.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 218 148 125 0 0.32 0.43 0.15 14.84 0.56 0.67
Hex DA 94 7D 0 20 2B F F 38 43
Octal 332 224 175 0 40 53 17 17 70 103
Binary 11011010 10010100 1111101 0 100000 101011 1111 1111 111000 1000011

Color Harmonies of #DA947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA947D

Black with #DA947D

Text Example


Text Example

White with #DA947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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