Html Css Color HEX #D0916D Feldspar

📋 copy color: '#D0916D'

red 208 ◦ green 145 ◦ blue 109

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

Shades of Feldspar #D0916D

Tints of Feldspar #D0916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.39%

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 45.02%
G = 31.39%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0916D (or 0xD0916D) is known color: Feldspar. HEX triplet: D0, 91 and 6D. RGB value is (208,145,109). Sum of RGB (Red+Green+Blue) = 208+145+109=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0916D is #2F6E92. Grayscale: #9F9F9F. Windows color (decimal): -3108499 or 7180752. OLE color: 7180752.

HSL color Cylindrical-coordinate representation of color #D0916D: hue angle of 21.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0916D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 109 -
CMYK 0 0.30 0.48 0.18
HSL 21.82º 0.51% 0.62% -
HSV(B) 21.82º 0.48% 0.82% -
XYZ 38.9 34.76 19.13 -
YUV 159.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 208 145 109 0 0.30 0.48 0.18 21.82 0.51 0.62
Hex D0 91 6D 0 1E 30 12 16 33 3E
Octal 320 221 155 0 36 60 22 26 63 76
Binary 11010000 10010001 1101101 0 11110 110000 10010 10110 110011 111110

Color Harmonies of #D0916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0916D

Black with #D0916D

Text Example


Text Example

White with #D0916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0916D; }

 p { color: rgb(208,145,109); }

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

background-color css

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

 a { background-color: rgb(208,145,109); }

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

border-color css

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

 span { border-color: rgb(208,145,109); }

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