Html Css Color HEX #D09A81 Feldspar

📋 copy color: '#D09A81'

red 208 ◦ green 154 ◦ blue 129

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

Shades of Feldspar #D09A81

Tints of Feldspar #D09A81

RGB

 RED value IS 208 (81.64% from 255) = 42.36%

 GREEN value IS 154 (60.55% from 255) = 31.36%

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

R = 42.36%
G = 31.36%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D09A81 (or 0xD09A81) is known color: Feldspar. HEX triplet: D0, 9A and 81. RGB value is (208,154,129). Sum of RGB (Red+Green+Blue) = 208+154+129=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A81 is #2F657E. Grayscale: #A7A7A7. Windows color (decimal): -3106175 or 8493776. OLE color: 8493776.

HSL color Cylindrical-coordinate representation of color #D09A81: hue angle of 18.99º degrees, saturation: 0.46, 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 #D09A81 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 129 -
CMYK 0 0.26 0.38 0.18
HSL 18.99º 0.46% 0.66% -
HSV(B) 18.99º 0.38% 0.82% -
XYZ 41.53 38.11 25.94 -
YUV 167.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 208 154 129 0 0.26 0.38 0.18 18.99 0.46 0.66
Hex D0 9A 81 0 1A 26 12 13 2E 42
Octal 320 232 201 0 32 46 22 23 56 102
Binary 11010000 10011010 10000001 0 11010 100110 10010 10011 101110 1000010

Color Harmonies of #D09A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A81

Black with #D09A81

Text Example


Text Example

White with #D09A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A81; }

 p { color: rgb(208,154,129); }

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

background-color css

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

 a { background-color: rgb(208,154,129); }

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

border-color css

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

 span { border-color: rgb(208,154,129); }

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