Html Css Color HEX #D08E7B Feldspar

📋 copy color: '#D08E7B'

red 208 ◦ green 142 ◦ blue 123

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

Shades of Feldspar #D08E7B

Tints of Feldspar #D08E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26%

R = 43.97%
G = 30.02%
B = 26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D08E7B (or 0xD08E7B) is known color: Feldspar. HEX triplet: D0, 8E and 7B. RGB value is (208,142,123). Sum of RGB (Red+Green+Blue) = 208+142+123=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E7B is #2F7184. Grayscale: #9F9F9F. Windows color (decimal): -3109253 or 8097488. OLE color: 8097488.

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

Color convert

RGB 208 142 123 -
CMYK 0 0.32 0.41 0.18
HSL 13.41º 0.47% 0.65% -
HSV(B) 13.41º 0.41% 0.82% -
XYZ 39.26 34.19 23.27 -
YUV 159.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 208 142 123 0 0.32 0.41 0.18 13.41 0.47 0.65
Hex D0 8E 7B 0 20 29 12 D 2F 41
Octal 320 216 173 0 40 51 22 15 57 101
Binary 11010000 10001110 1111011 0 100000 101001 10010 1101 101111 1000001

Color Harmonies of #D08E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E7B

Black with #D08E7B

Text Example


Text Example

White with #D08E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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