Html Css Color HEX #D0906E Feldspar

📋 copy color: '#D0906E'

red 208 ◦ green 144 ◦ blue 110

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

Shades of Feldspar #D0906E

Tints of Feldspar #D0906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 45.02%
G = 31.17%
B = 23.81%

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

#D0906E (or 0xD0906E) is known color: Feldspar. HEX triplet: D0, 90 and 6E. RGB value is (208,144,110). Sum of RGB (Red+Green+Blue) = 208+144+110=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0906E is #2F6F91. Grayscale: #9F9F9F. Windows color (decimal): -3108754 or 7246032. OLE color: 7246032.

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

Color convert

RGB 208 144 110 -
CMYK 0 0.31 0.47 0.18
HSL 20.82º 0.51% 0.62% -
HSV(B) 20.82º 0.47% 0.82% -
XYZ 38.8 34.48 19.36 -
YUV 159.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 208 144 110 0 0.31 0.47 0.18 20.82 0.51 0.62
Hex D0 90 6E 0 1F 2F 12 15 33 3E
Octal 320 220 156 0 37 57 22 25 63 76
Binary 11010000 10010000 1101110 0 11111 101111 10010 10101 110011 111110

Color Harmonies of #D0906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0906E

Black with #D0906E

Text Example


Text Example

White with #D0906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0906E; }

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

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

background-color css

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

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

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

border-color css

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

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

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