Html Css Color HEX #D09A83 Feldspar

📋 copy color: '#D09A83'

red 208 ◦ green 154 ◦ blue 131

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

Shades of Feldspar #D09A83

Tints of Feldspar #D09A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.57%

R = 42.19%
G = 31.24%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D09A83 (or 0xD09A83) is known color: Feldspar. HEX triplet: D0, 9A and 83. RGB value is (208,154,131). Sum of RGB (Red+Green+Blue) = 208+154+131=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A83 is #2F657C. Grayscale: #A7A7A7. Windows color (decimal): -3106173 or 8624848. OLE color: 8624848.

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

Color convert

RGB 208 154 131 -
CMYK 0 0.26 0.37 0.18
HSL 17.92º 0.45% 0.66% -
HSV(B) 17.92º 0.37% 0.82% -
XYZ 41.66 38.16 26.64 -
YUV 167.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 208 154 131 0 0.26 0.37 0.18 17.92 0.45 0.66
Hex D0 9A 83 0 1A 25 12 12 2D 42
Octal 320 232 203 0 32 45 22 22 55 102
Binary 11010000 10011010 10000011 0 11010 100101 10010 10010 101101 1000010

Color Harmonies of #D09A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A83

Black with #D09A83

Text Example


Text Example

White with #D09A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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