Html Css Color HEX #D08C75 Feldspar

📋 copy color: '#D08C75'

red 208 ◦ green 140 ◦ blue 117

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

Shades of Feldspar #D08C75

Tints of Feldspar #D08C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

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

R = 44.73%
G = 30.11%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D08C75 (or 0xD08C75) is known color: Feldspar. HEX triplet: D0, 8C and 75. RGB value is (208,140,117). Sum of RGB (Red+Green+Blue) = 208+140+117=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C75 is #2F738A. Grayscale: #9D9D9D. Windows color (decimal): -3109771 or 7703760. OLE color: 7703760.

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

Color convert

RGB 208 140 117 -
CMYK 0 0.33 0.44 0.18
HSL 15.16º 0.49% 0.64% -
HSV(B) 15.16º 0.44% 0.82% -
XYZ 38.6 33.45 21.25 -
YUV 157.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 208 140 117 0 0.33 0.44 0.18 15.16 0.49 0.64
Hex D0 8C 75 0 21 2C 12 F 31 40
Octal 320 214 165 0 41 54 22 17 61 100
Binary 11010000 10001100 1110101 0 100001 101100 10010 1111 110001 1000000

Color Harmonies of #D08C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C75

Black with #D08C75

Text Example


Text Example

White with #D08C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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