Html Css Color HEX #D09A78 Feldspar

📋 copy color: '#D09A78'

red 208 ◦ green 154 ◦ blue 120

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

Shades of Feldspar #D09A78

Tints of Feldspar #D09A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 43.15%
G = 31.95%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D09A78 (or 0xD09A78) is known color: Feldspar. HEX triplet: D0, 9A and 78. RGB value is (208,154,120). Sum of RGB (Red+Green+Blue) = 208+154+120=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A78 is #2F6587. Grayscale: #A6A6A6. Windows color (decimal): -3106184 or 7903952. OLE color: 7903952.

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

Color convert

RGB 208 154 120 -
CMYK 0 0.26 0.42 0.18
HSL 23.18º 0.48% 0.64% -
HSV(B) 23.18º 0.42% 0.82% -
XYZ 40.96 37.88 22.92 -
YUV 166.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 208 154 120 0 0.26 0.42 0.18 23.18 0.48 0.64
Hex D0 9A 78 0 1A 2A 12 17 30 40
Octal 320 232 170 0 32 52 22 27 60 100
Binary 11010000 10011010 1111000 0 11010 101010 10010 10111 110000 1000000

Color Harmonies of #D09A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A78

Black with #D09A78

Text Example


Text Example

White with #D09A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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