Html Css Color HEX #D09A77 Feldspar

📋 copy color: '#D09A77'

red 208 ◦ green 154 ◦ blue 119

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

Shades of Feldspar #D09A77

Tints of Feldspar #D09A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.74%

R = 43.24%
G = 32.02%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D09A77 (or 0xD09A77) is known color: Feldspar. HEX triplet: D0, 9A and 77. RGB value is (208,154,119). Sum of RGB (Red+Green+Blue) = 208+154+119=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A77 is #2F6588. Grayscale: #A6A6A6. Windows color (decimal): -3106185 or 7838416. OLE color: 7838416.

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

Color convert

RGB 208 154 119 -
CMYK 0 0.26 0.43 0.18
HSL 23.6º 0.49% 0.64% -
HSV(B) 23.6º 0.43% 0.82% -
XYZ 40.9 37.85 22.6 -
YUV 166.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 208 154 119 0 0.26 0.43 0.18 23.6 0.49 0.64
Hex D0 9A 77 0 1A 2B 12 18 31 40
Octal 320 232 167 0 32 53 22 30 61 100
Binary 11010000 10011010 1110111 0 11010 101011 10010 11000 110001 1000000

Color Harmonies of #D09A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A77

Black with #D09A77

Text Example


Text Example

White with #D09A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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