Html Css Color HEX #D09B76 Feldspar

📋 copy color: '#D09B76'

red 208 ◦ green 155 ◦ blue 118

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

Shades of Feldspar #D09B76

Tints of Feldspar #D09B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.22%

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 43.24%
G = 32.22%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D09B76 (or 0xD09B76) is known color: Feldspar. HEX triplet: D0, 9B and 76. RGB value is (208,155,118). Sum of RGB (Red+Green+Blue) = 208+155+118=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B76 is #2F6489. Grayscale: #A6A6A6. Windows color (decimal): -3105930 or 7773136. OLE color: 7773136.

HSL color Cylindrical-coordinate representation of color #D09B76: hue angle of 24.67º 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 #D09B76 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 155 118 -
CMYK 0 0.25 0.43 0.18
HSL 24.67º 0.49% 0.64% -
HSV(B) 24.67º 0.43% 0.82% -
XYZ 41 38.16 22.34 -
YUV 166.63 100.56 157.51 -
System Red Green Blue C M Y K H S L
Decimal 208 155 118 0 0.25 0.43 0.18 24.67 0.49 0.64
Hex D0 9B 76 0 19 2B 12 19 31 40
Octal 320 233 166 0 31 53 22 31 61 100
Binary 11010000 10011011 1110110 0 11001 101011 10010 11001 110001 1000000

Color Harmonies of #D09B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B76

Black with #D09B76

Text Example


Text Example

White with #D09B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B76; }

 p { color: rgb(208,155,118); }

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

background-color css

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

 a { background-color: rgb(208,155,118); }

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

border-color css

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

 span { border-color: rgb(208,155,118); }

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