Html Css Color HEX #DA937B Feldspar

📋 copy color: '#DA937B'

red 218 ◦ green 147 ◦ blue 123

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

Shades of Feldspar #DA937B

Tints of Feldspar #DA937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.2%

R = 44.67%
G = 30.12%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA937B (or 0xDA937B) is known color: Feldspar. HEX triplet: DA, 93 and 7B. RGB value is (218,147,123). Sum of RGB (Red+Green+Blue) = 218+147+123=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA937B is #256C84. Grayscale: #A5A5A5. Windows color (decimal): -2452613 or 8098778. OLE color: 8098778.

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

Color convert

RGB 218 147 123 -
CMYK 0 0.33 0.44 0.15
HSL 15.16º 0.56% 0.67% -
HSV(B) 15.16º 0.44% 0.85% -
XYZ 42.92 37.2 23.66 -
YUV 165.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 218 147 123 0 0.33 0.44 0.15 15.16 0.56 0.67
Hex DA 93 7B 0 21 2C F F 38 43
Octal 332 223 173 0 41 54 17 17 70 103
Binary 11011010 10010011 1111011 0 100001 101100 1111 1111 111000 1000011

Color Harmonies of #DA937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA937B

Black with #DA937B

Text Example


Text Example

White with #DA937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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