Html Css Color HEX #D08D6F Feldspar

📋 copy color: '#D08D6F'

red 208 ◦ green 141 ◦ blue 111

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

Shades of Feldspar #D08D6F

Tints of Feldspar #D08D6F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.65%

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

R = 45.22%
G = 30.65%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D08D6F (or 0xD08D6F) is known color: Feldspar. HEX triplet: D0, 8D and 6F. RGB value is (208,141,111). Sum of RGB (Red+Green+Blue) = 208+141+111=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D6F is #2F7290. Grayscale: #9D9D9D. Windows color (decimal): -3109521 or 7310800. OLE color: 7310800.

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

Color convert

RGB 208 141 111 -
CMYK 0 0.32 0.47 0.18
HSL 18.56º 0.51% 0.63% -
HSV(B) 18.56º 0.47% 0.82% -
XYZ 38.41 33.61 19.5 -
YUV 157.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 208 141 111 0 0.32 0.47 0.18 18.56 0.51 0.63
Hex D0 8D 6F 0 20 2F 12 13 33 3F
Octal 320 215 157 0 40 57 22 23 63 77
Binary 11010000 10001101 1101111 0 100000 101111 10010 10011 110011 111111

Color Harmonies of #D08D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D6F

Black with #D08D6F

Text Example


Text Example

White with #D08D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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