Html Css Color HEX #D0906F Feldspar

📋 copy color: '#D0906F'

red 208 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #D0906F

Tints of Feldspar #D0906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 44.92%
G = 31.1%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0906F (or 0xD0906F) is known color: Feldspar. HEX triplet: D0, 90 and 6F. RGB value is (208,144,111). Sum of RGB (Red+Green+Blue) = 208+144+111=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0906F is #2F6F90. Grayscale: #9F9F9F. Windows color (decimal): -3108753 or 7311568. OLE color: 7311568.

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

Color convert

RGB 208 144 111 -
CMYK 0 0.31 0.47 0.18
HSL 20.41º 0.51% 0.63% -
HSV(B) 20.41º 0.47% 0.82% -
XYZ 38.85 34.5 19.65 -
YUV 159.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 208 144 111 0 0.31 0.47 0.18 20.41 0.51 0.63
Hex D0 90 6F 0 1F 2F 12 14 33 3F
Octal 320 220 157 0 37 57 22 24 63 77
Binary 11010000 10010000 1101111 0 11111 101111 10010 10100 110011 111111

Color Harmonies of #D0906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0906F

Black with #D0906F

Text Example


Text Example

White with #D0906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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