Html Css Color HEX #D19B75 Feldspar

📋 copy color: '#D19B75'

red 209 ◦ green 155 ◦ blue 117

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

Shades of Feldspar #D19B75

Tints of Feldspar #D19B75

RGB

 RED value IS 209 (82.03% from 255) = 43.45%

 GREEN value IS 155 (60.94% from 255) = 32.22%

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

R = 43.45%
G = 32.22%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D19B75 (or 0xD19B75) is known color: Feldspar. HEX triplet: D1, 9B and 75. RGB value is (209,155,117). Sum of RGB (Red+Green+Blue) = 209+155+117=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B75 is #2E648A. Grayscale: #A7A7A7. Windows color (decimal): -3040395 or 7707601. OLE color: 7707601.

HSL color Cylindrical-coordinate representation of color #D19B75: hue angle of 24.78º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D19B75 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 155 117 -
CMYK 0 0.26 0.44 0.18
HSL 24.78º 0.5% 0.64% -
HSV(B) 24.78º 0.44% 0.82% -
XYZ 41.23 38.28 22.05 -
YUV 166.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 209 155 117 0 0.26 0.44 0.18 24.78 0.5 0.64
Hex D1 9B 75 0 1A 2C 12 19 32 40
Octal 321 233 165 0 32 54 22 31 62 100
Binary 11010001 10011011 1110101 0 11010 101100 10010 11001 110010 1000000

Color Harmonies of #D19B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19B75

Black with #D19B75

Text Example


Text Example

White with #D19B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19B75; }

 p { color: rgb(209,155,117); }

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

background-color css

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

 a { background-color: rgb(209,155,117); }

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

border-color css

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

 span { border-color: rgb(209,155,117); }

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