Html Css Color HEX #D08D6D Feldspar

📋 copy color: '#D08D6D'

red 208 ◦ green 141 ◦ blue 109

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

Shades of Feldspar #D08D6D

Tints of Feldspar #D08D6D

RGB

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

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

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

R = 45.41%
G = 30.79%
B = 23.8%

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

#D08D6D (or 0xD08D6D) is known color: Feldspar. HEX triplet: D0, 8D and 6D. RGB value is (208,141,109). Sum of RGB (Red+Green+Blue) = 208+141+109=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D6D is #2F7292. Grayscale: #9D9D9D. Windows color (decimal): -3109523 or 7179728. OLE color: 7179728.

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

Color convert

RGB 208 141 109 -
CMYK 0 0.32 0.48 0.18
HSL 19.39º 0.51% 0.62% -
HSV(B) 19.39º 0.48% 0.82% -
XYZ 38.3 33.56 18.93 -
YUV 157.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 208 141 109 0 0.32 0.48 0.18 19.39 0.51 0.62
Hex D0 8D 6D 0 20 30 12 13 33 3E
Octal 320 215 155 0 40 60 22 23 63 76
Binary 11010000 10001101 1101101 0 100000 110000 10010 10011 110011 111110

Color Harmonies of #D08D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D6D

Black with #D08D6D

Text Example


Text Example

White with #D08D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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