Html Css Color HEX #DA9975 Feldspar

📋 copy color: '#DA9975'

red 218 ◦ green 153 ◦ blue 117

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

Shades of Feldspar #DA9975

Tints of Feldspar #DA9975

RGB

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

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

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

R = 44.67%
G = 31.35%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9975 (or 0xDA9975) is known color: Feldspar. HEX triplet: DA, 99 and 75. RGB value is (218,153,117). Sum of RGB (Red+Green+Blue) = 218+153+117=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9975 is #25668A. Grayscale: #A8A8A8. Windows color (decimal): -2451083 or 7707098. OLE color: 7707098.

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

Color convert

RGB 218 153 117 -
CMYK 0 0.30 0.46 0.15
HSL 21.39º 0.58% 0.66% -
HSV(B) 21.39º 0.46% 0.85% -
XYZ 43.52 38.97 22.06 -
YUV 168.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 218 153 117 0 0.30 0.46 0.15 21.39 0.58 0.66
Hex DA 99 75 0 1E 2E F 15 3A 42
Octal 332 231 165 0 36 56 17 25 72 102
Binary 11011010 10011001 1110101 0 11110 101110 1111 10101 111010 1000010

Color Harmonies of #DA9975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9975

Black with #DA9975

Text Example


Text Example

White with #DA9975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9975; }

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

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

background-color css

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

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

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

border-color css

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

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

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