Html Css Color HEX #D08E6D Feldspar

📋 copy color: '#D08E6D'

red 208 ◦ green 142 ◦ blue 109

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

Shades of Feldspar #D08E6D

Tints of Feldspar #D08E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.75%

R = 45.32%
G = 30.94%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D08E6D (or 0xD08E6D) is known color: Feldspar. HEX triplet: D0, 8E and 6D. RGB value is (208,142,109). Sum of RGB (Red+Green+Blue) = 208+142+109=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E6D is #2F7192. Grayscale: #9E9E9E. Windows color (decimal): -3109267 or 7179984. OLE color: 7179984.

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

Color convert

RGB 208 142 109 -
CMYK 0 0.32 0.48 0.18
HSL 20º 0.51% 0.62% -
HSV(B) 20º 0.48% 0.82% -
XYZ 38.45 33.86 18.98 -
YUV 157.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 208 142 109 0 0.32 0.48 0.18 20 0.51 0.62
Hex D0 8E 6D 0 20 30 12 14 33 3E
Octal 320 216 155 0 40 60 22 24 63 76
Binary 11010000 10001110 1101101 0 100000 110000 10010 10100 110011 111110

Color Harmonies of #D08E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E6D

Black with #D08E6D

Text Example


Text Example

White with #D08E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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