Html Css Color HEX #D08C74 Feldspar

📋 copy color: '#D08C74'

red 208 ◦ green 140 ◦ blue 116

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

Shades of Feldspar #D08C74

Tints of Feldspar #D08C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25%

R = 44.83%
G = 30.17%
B = 25%

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

#D08C74 (or 0xD08C74) is known color: Feldspar. HEX triplet: D0, 8C and 74. RGB value is (208,140,116). Sum of RGB (Red+Green+Blue) = 208+140+116=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C74 is #2F738B. Grayscale: #9D9D9D. Windows color (decimal): -3109772 or 7638224. OLE color: 7638224.

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

Color convert

RGB 208 140 116 -
CMYK 0 0.33 0.44 0.18
HSL 15.65º 0.49% 0.64% -
HSV(B) 15.65º 0.44% 0.82% -
XYZ 38.54 33.43 20.94 -
YUV 157.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 208 140 116 0 0.33 0.44 0.18 15.65 0.49 0.64
Hex D0 8C 74 0 21 2C 12 10 31 40
Octal 320 214 164 0 41 54 22 20 61 100
Binary 11010000 10001100 1110100 0 100001 101100 10010 10000 110001 1000000

Color Harmonies of #D08C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C74

Black with #D08C74

Text Example


Text Example

White with #D08C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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