Html Css Color HEX #D19481 Feldspar

📋 copy color: '#D19481'

red 209 ◦ green 148 ◦ blue 129

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

Shades of Feldspar #D19481

Tints of Feldspar #D19481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.54%

R = 43%
G = 30.45%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D19481 (or 0xD19481) is known color: Feldspar. HEX triplet: D1, 94 and 81. RGB value is (209,148,129). Sum of RGB (Red+Green+Blue) = 209+148+129=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D19481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19481 is #2E6B7E. Grayscale: #A4A4A4. Windows color (decimal): -3042175 or 8492241. OLE color: 8492241.

HSL color Cylindrical-coordinate representation of color #D19481: hue angle of 14.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D19481 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 129 -
CMYK 0 0.29 0.38 0.18
HSL 14.25º 0.47% 0.66% -
HSV(B) 14.25º 0.38% 0.82% -
XYZ 40.85 36.32 25.63 -
YUV 164.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 209 148 129 0 0.29 0.38 0.18 14.25 0.47 0.66
Hex D1 94 81 0 1D 26 12 E 2F 42
Octal 321 224 201 0 35 46 22 16 57 102
Binary 11010001 10010100 10000001 0 11101 100110 10010 1110 101111 1000010

Color Harmonies of #D19481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19481

Black with #D19481

Text Example


Text Example

White with #D19481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19481; }

 p { color: rgb(209,148,129); }

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

background-color css

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

 a { background-color: rgb(209,148,129); }

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

border-color css

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

 span { border-color: rgb(209,148,129); }

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