Html Css Color HEX #D08B77 Feldspar

📋 copy color: '#D08B77'

red 208 ◦ green 139 ◦ blue 119

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

Shades of Feldspar #D08B77

Tints of Feldspar #D08B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.83%

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 44.64%
G = 29.83%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D08B77 (or 0xD08B77) is known color: Feldspar. HEX triplet: D0, 8B and 77. RGB value is (208,139,119). Sum of RGB (Red+Green+Blue) = 208+139+119=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08B77 is #2F7488. Grayscale: #9D9D9D. Windows color (decimal): -3110025 or 7834576. OLE color: 7834576.

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

Color convert

RGB 208 139 119 -
CMYK 0 0.33 0.43 0.18
HSL 13.48º 0.49% 0.64% -
HSV(B) 13.48º 0.43% 0.82% -
XYZ 38.57 33.21 21.83 -
YUV 157.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 208 139 119 0 0.33 0.43 0.18 13.48 0.49 0.64
Hex D0 8B 77 0 21 2B 12 D 31 40
Octal 320 213 167 0 41 53 22 15 61 100
Binary 11010000 10001011 1110111 0 100001 101011 10010 1101 110001 1000000

Color Harmonies of #D08B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08B77

Black with #D08B77

Text Example


Text Example

White with #D08B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08B77; }

 p { color: rgb(208,139,119); }

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

background-color css

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

 a { background-color: rgb(208,139,119); }

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

border-color css

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

 span { border-color: rgb(208,139,119); }

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