Html Css Color HEX #D08E72 Feldspar

📋 copy color: '#D08E72'

red 208 ◦ green 142 ◦ blue 114

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

Shades of Feldspar #D08E72

Tints of Feldspar #D08E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 44.83%
G = 30.6%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D08E72 (or 0xD08E72) is known color: Feldspar. HEX triplet: D0, 8E and 72. RGB value is (208,142,114). Sum of RGB (Red+Green+Blue) = 208+142+114=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E72 is #2F718D. Grayscale: #9E9E9E. Windows color (decimal): -3109262 or 7507664. OLE color: 7507664.

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

Color convert

RGB 208 142 114 -
CMYK 0 0.32 0.45 0.18
HSL 17.87º 0.5% 0.63% -
HSV(B) 17.87º 0.45% 0.82% -
XYZ 38.72 33.97 20.44 -
YUV 158.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 208 142 114 0 0.32 0.45 0.18 17.87 0.5 0.63
Hex D0 8E 72 0 20 2D 12 12 32 3F
Octal 320 216 162 0 40 55 22 22 62 77
Binary 11010000 10001110 1110010 0 100000 101101 10010 10010 110010 111111

Color Harmonies of #D08E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E72

Black with #D08E72

Text Example


Text Example

White with #D08E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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