Html Css Color HEX #D08A75 Feldspar

📋 copy color: '#D08A75'

red 208 ◦ green 138 ◦ blue 117

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

Shades of Feldspar #D08A75

Tints of Feldspar #D08A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.81%

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

R = 44.92%
G = 29.81%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D08A75 (or 0xD08A75) is known color: Feldspar. HEX triplet: D0, 8A and 75. RGB value is (208,138,117). Sum of RGB (Red+Green+Blue) = 208+138+117=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A75 is #2F758A. Grayscale: #9C9C9C. Windows color (decimal): -3110283 or 7703248. OLE color: 7703248.

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

Color convert

RGB 208 138 117 -
CMYK 0 0.34 0.44 0.18
HSL 13.85º 0.49% 0.64% -
HSV(B) 13.85º 0.44% 0.82% -
XYZ 38.31 32.87 21.16 -
YUV 156.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 208 138 117 0 0.34 0.44 0.18 13.85 0.49 0.64
Hex D0 8A 75 0 22 2C 12 E 31 40
Octal 320 212 165 0 42 54 22 16 61 100
Binary 11010000 10001010 1110101 0 100010 101100 10010 1110 110001 1000000

Color Harmonies of #D08A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A75

Black with #D08A75

Text Example


Text Example

White with #D08A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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