Html Css Color HEX #D0986F Feldspar

📋 copy color: '#D0986F'

red 208 ◦ green 152 ◦ blue 111

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

Shades of Feldspar #D0986F

Tints of Feldspar #D0986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.27%

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 44.16%
G = 32.27%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0986F (or 0xD0986F) is known color: Feldspar. HEX triplet: D0, 98 and 6F. RGB value is (208,152,111). Sum of RGB (Red+Green+Blue) = 208+152+111=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0986F is #2F6790. Grayscale: #A4A4A4. Windows color (decimal): -3106705 or 7313616. OLE color: 7313616.

HSL color Cylindrical-coordinate representation of color #D0986F: hue angle of 25.36º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0986F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 111 -
CMYK 0 0.27 0.47 0.18
HSL 25.36º 0.51% 0.63% -
HSV(B) 25.36º 0.47% 0.82% -
XYZ 40.11 37.01 20.07 -
YUV 164.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 208 152 111 0 0.27 0.47 0.18 25.36 0.51 0.63
Hex D0 98 6F 0 1B 2F 12 19 33 3F
Octal 320 230 157 0 33 57 22 31 63 77
Binary 11010000 10011000 1101111 0 11011 101111 10010 11001 110011 111111

Color Harmonies of #D0986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0986F

Black with #D0986F

Text Example


Text Example

White with #D0986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0986F; }

 p { color: rgb(208,152,111); }

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

background-color css

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

 a { background-color: rgb(208,152,111); }

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

border-color css

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

 span { border-color: rgb(208,152,111); }

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