Html Css Color HEX #D0906D Feldspar

📋 copy color: '#D0906D'

red 208 ◦ green 144 ◦ blue 109

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

Shades of Feldspar #D0906D

Tints of Feldspar #D0906D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

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

R = 45.12%
G = 31.24%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0906D (or 0xD0906D) is known color: Feldspar. HEX triplet: D0, 90 and 6D. RGB value is (208,144,109). Sum of RGB (Red+Green+Blue) = 208+144+109=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0906D is #2F6F92. Grayscale: #9F9F9F. Windows color (decimal): -3108755 or 7180496. OLE color: 7180496.

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

Color convert

RGB 208 144 109 -
CMYK 0 0.31 0.48 0.18
HSL 21.21º 0.51% 0.62% -
HSV(B) 21.21º 0.48% 0.82% -
XYZ 38.75 34.46 19.08 -
YUV 159.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 208 144 109 0 0.31 0.48 0.18 21.21 0.51 0.62
Hex D0 90 6D 0 1F 30 12 15 33 3E
Octal 320 220 155 0 37 60 22 25 63 76
Binary 11010000 10010000 1101101 0 11111 110000 10010 10101 110011 111110

Color Harmonies of #D0906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0906D

Black with #D0906D

Text Example


Text Example

White with #D0906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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