Html Css Color HEX #D08D6C Feldspar

📋 copy color: '#D08D6C'

red 208 ◦ green 141 ◦ blue 108

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

Shades of Feldspar #D08D6C

Tints of Feldspar #D08D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 45.51%
G = 30.85%
B = 23.63%

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

#D08D6C (or 0xD08D6C) is known color: Feldspar. HEX triplet: D0, 8D and 6C. RGB value is (208,141,108). Sum of RGB (Red+Green+Blue) = 208+141+108=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D6C is #2F7293. Grayscale: #9D9D9D. Windows color (decimal): -3109524 or 7114192. OLE color: 7114192.

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

Color convert

RGB 208 141 108 -
CMYK 0 0.32 0.48 0.18
HSL 19.8º 0.52% 0.62% -
HSV(B) 19.8º 0.48% 0.82% -
XYZ 38.24 33.54 18.65 -
YUV 157.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 208 141 108 0 0.32 0.48 0.18 19.8 0.52 0.62
Hex D0 8D 6C 0 20 30 12 14 34 3E
Octal 320 215 154 0 40 60 22 24 64 76
Binary 11010000 10001101 1101100 0 100000 110000 10010 10100 110100 111110

Color Harmonies of #D08D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D6C

Black with #D08D6C

Text Example


Text Example

White with #D08D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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