Html Css Color HEX #DA9C75 Feldspar

📋 copy color: '#DA9C75'

red 218 ◦ green 156 ◦ blue 117

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

Shades of Feldspar #DA9C75

Tints of Feldspar #DA9C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 44.4%
G = 31.77%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9C75 (or 0xDA9C75) is known color: Feldspar. HEX triplet: DA, 9C and 75. RGB value is (218,156,117). Sum of RGB (Red+Green+Blue) = 218+156+117=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C75 is #25638A. Grayscale: #AAAAAA. Windows color (decimal): -2450315 or 7707866. OLE color: 7707866.

HSL color Cylindrical-coordinate representation of color #DA9C75: hue angle of 23.17º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA9C75 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 156 117 -
CMYK 0 0.28 0.46 0.15
HSL 23.17º 0.58% 0.66% -
HSV(B) 23.17º 0.46% 0.85% -
XYZ 44.01 39.97 22.22 -
YUV 170.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 218 156 117 0 0.28 0.46 0.15 23.17 0.58 0.66
Hex DA 9C 75 0 1C 2E F 17 3A 42
Octal 332 234 165 0 34 56 17 27 72 102
Binary 11011010 10011100 1110101 0 11100 101110 1111 10111 111010 1000010

Color Harmonies of #DA9C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C75

Black with #DA9C75

Text Example


Text Example

White with #DA9C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C75; }

 p { color: rgb(218,156,117); }

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

background-color css

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

 a { background-color: rgb(218,156,117); }

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

border-color css

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

 span { border-color: rgb(218,156,117); }

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