Html Css Color HEX #D08A6D Feldspar

📋 copy color: '#D08A6D'

red 208 ◦ green 138 ◦ blue 109

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

Shades of Feldspar #D08A6D

Tints of Feldspar #D08A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.33%

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

R = 45.71%
G = 30.33%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D08A6D (or 0xD08A6D) is known color: Feldspar. HEX triplet: D0, 8A and 6D. RGB value is (208,138,109). Sum of RGB (Red+Green+Blue) = 208+138+109=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A6D is #2F7592. Grayscale: #9B9B9B. Windows color (decimal): -3110291 or 7178960. OLE color: 7178960.

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

Color convert

RGB 208 138 109 -
CMYK 0 0.34 0.48 0.18
HSL 17.58º 0.51% 0.62% -
HSV(B) 17.58º 0.48% 0.82% -
XYZ 37.86 32.69 18.78 -
YUV 155.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 208 138 109 0 0.34 0.48 0.18 17.58 0.51 0.62
Hex D0 8A 6D 0 22 30 12 12 33 3E
Octal 320 212 155 0 42 60 22 22 63 76
Binary 11010000 10001010 1101101 0 100010 110000 10010 10010 110011 111110

Color Harmonies of #D08A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A6D

Black with #D08A6D

Text Example


Text Example

White with #D08A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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