Html Css Color HEX #D08D74 Feldspar

📋 copy color: '#D08D74'

red 208 ◦ green 141 ◦ blue 116

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

Shades of Feldspar #D08D74

Tints of Feldspar #D08D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

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

R = 44.73%
G = 30.32%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D08D74 (or 0xD08D74) is known color: Feldspar. HEX triplet: D0, 8D and 74. RGB value is (208,141,116). Sum of RGB (Red+Green+Blue) = 208+141+116=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D74 is #2F728B. Grayscale: #9E9E9E. Windows color (decimal): -3109516 or 7638480. OLE color: 7638480.

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

Color convert

RGB 208 141 116 -
CMYK 0 0.32 0.44 0.18
HSL 16.3º 0.49% 0.64% -
HSV(B) 16.3º 0.44% 0.82% -
XYZ 38.69 33.72 20.99 -
YUV 158.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 208 141 116 0 0.32 0.44 0.18 16.3 0.49 0.64
Hex D0 8D 74 0 20 2C 12 10 31 40
Octal 320 215 164 0 40 54 22 20 61 100
Binary 11010000 10001101 1110100 0 100000 101100 10010 10000 110001 1000000

Color Harmonies of #D08D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D74

Black with #D08D74

Text Example


Text Example

White with #D08D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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