Html Css Color HEX #D08E75 Feldspar

📋 copy color: '#D08E75'

red 208 ◦ green 142 ◦ blue 117

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

Shades of Feldspar #D08E75

Tints of Feldspar #D08E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 44.54%
G = 30.41%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D08E75 (or 0xD08E75) is known color: Feldspar. HEX triplet: D0, 8E and 75. RGB value is (208,142,117). Sum of RGB (Red+Green+Blue) = 208+142+117=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E75 is #2F718A. Grayscale: #9F9F9F. Windows color (decimal): -3109259 or 7704272. OLE color: 7704272.

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

Color convert

RGB 208 142 117 -
CMYK 0 0.32 0.44 0.18
HSL 16.48º 0.49% 0.64% -
HSV(B) 16.48º 0.44% 0.82% -
XYZ 38.9 34.04 21.35 -
YUV 158.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 208 142 117 0 0.32 0.44 0.18 16.48 0.49 0.64
Hex D0 8E 75 0 20 2C 12 10 31 40
Octal 320 216 165 0 40 54 22 20 61 100
Binary 11010000 10001110 1110101 0 100000 101100 10010 10000 110001 1000000

Color Harmonies of #D08E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E75

Black with #D08E75

Text Example


Text Example

White with #D08E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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