Html Css Color HEX #D08E6F Feldspar

📋 copy color: '#D08E6F'

red 208 ◦ green 142 ◦ blue 111

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

Shades of Feldspar #D08E6F

Tints of Feldspar #D08E6F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.8%

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

R = 45.12%
G = 30.8%
B = 24.08%

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

#D08E6F (or 0xD08E6F) is known color: Feldspar. HEX triplet: D0, 8E and 6F. RGB value is (208,142,111). Sum of RGB (Red+Green+Blue) = 208+142+111=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E6F is #2F7190. Grayscale: #9E9E9E. Windows color (decimal): -3109265 or 7311056. OLE color: 7311056.

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

Color convert

RGB 208 142 111 -
CMYK 0 0.32 0.47 0.18
HSL 19.18º 0.51% 0.63% -
HSV(B) 19.18º 0.47% 0.82% -
XYZ 38.55 33.9 19.55 -
YUV 158.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 208 142 111 0 0.32 0.47 0.18 19.18 0.51 0.63
Hex D0 8E 6F 0 20 2F 12 13 33 3F
Octal 320 216 157 0 40 57 22 23 63 77
Binary 11010000 10001110 1101111 0 100000 101111 10010 10011 110011 111111

Color Harmonies of #D08E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E6F

Black with #D08E6F

Text Example


Text Example

White with #D08E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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